Skip to content

Commit 1defabf

Browse files
committed
Fix tagbot action
1 parent 3379ca4 commit 1defabf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/julia_ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Julia CI/CD
22

33
on:
4+
issue_comment:
5+
types:
6+
- created
47
schedule:
58
- cron: 0 0 * * *
69
push:
@@ -40,3 +43,7 @@ jobs:
4043
if: github.event_name == 'workflow_dispatch'
4144
uses: AlgebraicJulia/.github/.github/workflows/julia_release.yml@main
4245
secrets: inherit
46+
TagBot:
47+
if: github.event_name == 'issue_comment'
48+
uses: AlgebraicJulia/.github/.github/workflows/julia_tag.yml@main
49+
secrets: inherit

0 commit comments

Comments
 (0)