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 1defabfCopy full SHA for 1defabf
.github/workflows/julia_ci.yml
@@ -1,6 +1,9 @@
1
name: Julia CI/CD
2
3
on:
4
+ issue_comment:
5
+ types:
6
+ - created
7
schedule:
8
- cron: 0 0 * * *
9
push:
@@ -40,3 +43,7 @@ jobs:
40
43
if: github.event_name == 'workflow_dispatch'
41
44
uses: AlgebraicJulia/.github/.github/workflows/julia_release.yml@main
42
45
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