We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow_dispatch
1 parent 498e930 commit 97d1fdeCopy full SHA for 97d1fde
1 file changed
.github/workflows/TagBot.yml
@@ -2,6 +2,7 @@ name: TagBot
2
on:
3
schedule:
4
- cron: 0 0 * * *
5
+ workflow_dispatch:
6
jobs:
7
TagBot:
8
runs-on: ubuntu-latest
0 commit comments