Skip to content

Commit beb4405

Browse files
authored
Update TagBot.yml (#1456)
1 parent d78133a commit beb4405

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/TagBot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: TagBot
22
on:
3-
schedule:
4-
- cron: 0 0 * * *
3+
issue_comment:
4+
types:
5+
- created
56
workflow_dispatch:
6-
77
jobs:
88
TagBot:
9+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)