Skip to content

Commit

Permalink
Fixed crontab schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Nov 9, 2023
1 parent 2840e2c commit 36699ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-upstream-merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Automatic upstream merge
on:
# run on 1th and 15th day of any month, ie fortnightly
schedule:
- cron: '* * 1,15 * *'
- cron: '1 0 1,15 * *'

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

0 comments on commit 36699ac

Please sign in to comment.