From 977decee19c5778585fa5d084fcd3d5b39ea0ae1 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 18 Jun 2024 15:29:26 +1200 Subject: [PATCH] MNT Run module-standardiser --- .github/workflows/keepalive.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index cc581960..f10cf4b9 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -1,17 +1,21 @@ name: Keepalive on: - # At 11:55 AM UTC, on day 16 of the month + # At 2:10 PM UTC, on day 11 of the month schedule: - - cron: '55 11 16 * *' + - cron: '10 14 11 * *' workflow_dispatch: +permissions: {} + jobs: keepalive: name: Keepalive # Only run cron on the symbiote account if: (github.event_name == 'schedule' && github.repository_owner == 'symbiote') || (github.event_name != 'schedule') runs-on: ubuntu-latest + permissions: + actions: write steps: - name: Keepalive uses: silverstripe/gha-keepalive@v1