Skip to content

Commit 289791b

Browse files
authored
Merge pull request #102 from creativecommons/fix_cron
Fix incorrect cron value
2 parents 2bb0fe6 + f5e21ef commit 289791b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/track_backlog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Track new issues in backlog
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "45 0 * *" # Run at 45 minutes past midnight
5+
- cron: "45 0 * * *" # Run at 45 minutes past midnight
66
jobs:
77
build:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)