Skip to content

Commit

Permalink
POSIX cron allows only numeric once a month
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 6, 2020
1 parent 4c66feb commit e7584a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- "master"
schedule:
- cron: '0 3 1-7 * 1'
- cron: '0 3 3 * *'

jobs:
composer-json-lint:
Expand Down

0 comments on commit e7584a9

Please sign in to comment.