Skip to content

Commit

Permalink
Only run monday through thursday
Browse files Browse the repository at this point in the history
  • Loading branch information
billyb2 committed Jun 13, 2024
1 parent e197413 commit fc810a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automatically release a new version of flyctl

on:
schedule:
- cron: '0 20 * * *' # Runs at 3 PM Eastern Time every day (8 PM UTC)
- cron: '0 20 * * MON-THU' # Runs at 3 PM Eastern Time Monday Through Thursday (8 PM UTC)

jobs:
run_script:
Expand All @@ -14,4 +14,4 @@ jobs:
ref: master
- name: bump version
run: |
sh scripts/force_bump_version.sh
./scripts/force_bump_version.sh

0 comments on commit fc810a9

Please sign in to comment.