Skip to content

Commit 763e159

Browse files
authored
Update TagBot.yml
1 parent 52c06e2 commit 763e159

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/TagBot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: TagBot
2+
23
on:
3-
schedule:
4-
- cron: 0 * * * *
4+
issue_comment:
5+
types:
6+
- created
7+
workflow_dispatch:
8+
59
jobs:
610
TagBot:
11+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
712
runs-on: ubuntu-latest
813
steps:
914
- uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)