We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24f285 commit 4dd8ac0Copy full SHA for 4dd8ac0
.github/workflows/TagBot.yml
@@ -1,7 +1,8 @@
1
name: TagBot
2
on:
3
schedule:
4
- - cron: 0 * * * *
+ - cron: 0 0 * * *
5
+ workflow_dispatch:
6
jobs:
7
TagBot:
8
runs-on: ubuntu-latest
0 commit comments