From b669c66f0c8dec4deb0c77f9dd8ef864bc99ebf5 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Mon, 5 Jan 2026 11:41:54 -0800 Subject: [PATCH] keep-workflows-enabled: extend delay to 5s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow up to . Avian-flu workflow did not run as scheduled,¹ so extending the delay to see if it will help with the situation. ¹ --- .github/workflows/keep-workflows-enabled.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/keep-workflows-enabled.yaml b/.github/workflows/keep-workflows-enabled.yaml index 1aedd83..42ed37c 100644 --- a/.github/workflows/keep-workflows-enabled.yaml +++ b/.github/workflows/keep-workflows-enabled.yaml @@ -74,7 +74,7 @@ jobs: /repos/nextstrain/${{matrix.repo}}/actions/workflows/${{matrix.workflow}}/disable - name: Sleep - run: sleep 1 + run: sleep 5 - name: Enable workflow run: |