We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3379ca4 commit c53d058Copy full SHA for c53d058
.github/workflows/julia_ci.yml
@@ -1,6 +1,8 @@
1
name: Julia CI/CD
2
3
on:
4
+ issue_comment:
5
+ types: ["created"]
6
schedule:
7
- cron: 0 0 * * *
8
push:
@@ -40,3 +42,7 @@ jobs:
40
42
if: github.event_name == 'workflow_dispatch'
41
43
uses: AlgebraicJulia/.github/.github/workflows/julia_release.yml@main
44
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