Skip to content

Commit

Permalink
change cron expression to fit schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Apr 3, 2024
1 parent cdaa4b1 commit 190263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: java-upgrade
on:
schedule:
# runs at 00:01 on the first every month
- cron: '1 0 1 * ?'
- cron: '1 0 1 * *'
# can be triggered manually
workflow_dispatch:

Expand Down

0 comments on commit 190263b

Please sign in to comment.