Skip to content

Commit

Permalink
wrong cron
Browse files Browse the repository at this point in the history
  • Loading branch information
vxav authored Jan 23, 2024
1 parent a63703a commit 3b1b283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-new-release-from-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ name: Create matching latest upstream release

on:
schedule:
- cron: '*45 0 * * *'
- cron: '45 0 * * *'

jobs:
build-push-release:
Expand Down

0 comments on commit 3b1b283

Please sign in to comment.