Skip to content

Commit

Permalink
Add a github cron job
Browse files Browse the repository at this point in the history
We just got bit by a bug caused by a new release of photutils. Adding
a cron job, which will include at least one test with the latest version
of dependencies, should help catch this kind of thing in the future.
  • Loading branch information
mwcraig committed Nov 20, 2024
1 parent 309e322 commit 7798b15
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 7798b15

Please sign in to comment.