Skip to content

Commit

Permalink
CI: build on every Monday
Browse files Browse the repository at this point in the history
  • Loading branch information
zetavg committed Nov 18, 2023
1 parent 64c2524 commit 94eed25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
release:
types: [published]
schedule:
# First Sunday of every month
# See: https://crontab.guru/#0_0_1-7_*_*/7
- cron: '0 0 1-7 * */7' # https://stackoverflow.com/a/73826599
# Every Monday
- cron: 0 0 * * 1
# # First Sunday of every month
# # See: https://crontab.guru/#0_0_1-7_*_*/7
# - cron: '0 0 1-7 * */7' # https://stackoverflow.com/a/73826599

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 94eed25

Please sign in to comment.