We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2bb0fe6 + f5e21ef commit 289791bCopy full SHA for 289791b
.github/workflows/track_backlog.yml
@@ -2,7 +2,7 @@ name: Track new issues in backlog
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: "45 0 * *" # Run at 45 minutes past midnight
+ - cron: "45 0 * * *" # Run at 45 minutes past midnight
6
jobs:
7
build:
8
runs-on: ubuntu-latest
0 commit comments