Skip to content

Commit

Permalink
Merge pull request #12 from hydroshare:schedule
Browse files Browse the repository at this point in the history
Update periodic_build.yml to schedule the build on the first day of every month
  • Loading branch information
devincowan authored Apr 17, 2024
2 parents 988f550 + 3c32dd2 commit 2a53da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Periodically Build

on:
schedule:
- cron: '0 0 * * 0' # At 00:00 every Sunday
- cron: '0 0 1 * *' # At 00:00 on the first day of every month

workflow_dispatch:

Expand Down

0 comments on commit 2a53da2

Please sign in to comment.