Skip to content

Commit c53d058

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/julia_ci.yml

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

33
on:
4+
issue_comment:
5+
types: ["created"]
46
schedule:
57
- cron: 0 0 * * *
68
push:
@@ -40,3 +42,7 @@ jobs:
4042
if: github.event_name == 'workflow_dispatch'
4143
uses: AlgebraicJulia/.github/.github/workflows/julia_release.yml@main
4244
secrets: inherit
45+
TagBot:
46+
if: github.actor == 'JuliaTagBot'
47+
uses: AlgebraicJulia/.github/.github/workflows/julia_tag.yml@main
48+
secrets: inherit

0 commit comments

Comments
 (0)