Skip to content

Commit 0ba8a88

Browse files
use trigger to run tagbot instead of cron (#197)
* use trigger to run tagbot instead of cron * Update .github/workflows/TagBot.yml Co-authored-by: Milan Bouchet-Valat <[email protected]> Co-authored-by: Milan Bouchet-Valat <[email protected]>
1 parent 1eb5924 commit 0ba8a88

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/TagBot.yml

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

0 commit comments

Comments
 (0)