From 7745abbb1cfe7a08d32499369971e9049535e72f Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Wed, 24 Nov 2021 06:36:50 +0000 Subject: [PATCH] =?UTF-8?q?fix(actions):=20=F0=9F=90=9B=20ECR=20rate=20lim?= =?UTF-8?q?iting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change time nightly actkon fires as clashes with stable --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 4851ef8..41aaca7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -3,7 +3,7 @@ name: Build Nightly Rust on: workflow_dispatch: schedule: - - cron: '0 2 * * 3' + - cron: '0 4 * * 3' jobs: test: