diff --git a/.github/workflows/dispatch-ci.yml b/.github/workflows/dispatch-ci.yml index f805c7509..64a48f8d2 100644 --- a/.github/workflows/dispatch-ci.yml +++ b/.github/workflows/dispatch-ci.yml @@ -1,9 +1,9 @@ name: Dispatch CI on: - # At 11:20 AM UTC, only on Tuesday and Wednesday + # At 1:05 AM UTC, only on Friday and Saturday schedule: - - cron: '20 11 * * 2,3' + - cron: '5 1 * * 5,6' permissions: {} diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index 346567650..945410931 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,9 +1,9 @@ name: Keepalive on: - # At 6:30 AM UTC, on day 11 of the month + # At 1:05 AM UTC, on day 6 of the month schedule: - - cron: '30 6 11 * *' + - cron: '5 1 6 * *' workflow_dispatch: permissions: {} diff --git a/.github/workflows/update-js.yml b/.github/workflows/update-js.yml index 7017ca00d..9e06506cd 100644 --- a/.github/workflows/update-js.yml +++ b/.github/workflows/update-js.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: # Run on a schedule of once per quarter schedule: - - cron: '30 6 1 */3 *' + - cron: '5 1 1 */3 *' permissions: {} @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write - pull-requests: write + pull-request: write actions: write steps: - name: Update JS