Skip to content

Commit

Permalink
Merge pull request #478 from mwcraig/add-github-cron-job
Browse files Browse the repository at this point in the history
Add a github cron job
  • Loading branch information
mwcraig authored Nov 21, 2024
2 parents 6be45ab + 7798b15 commit 657b27c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
push:
branches:
- main
schedule:
# run every Monday at 6am UTC
- cron: '0 6 * * 1'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 657b27c

Please sign in to comment.