Skip to content

Commit

Permalink
Fix tagbot action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 27, 2023
1 parent 3379ca4 commit 1defabf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/julia_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Julia CI/CD

on:
issue_comment:
types:
- created
schedule:
- cron: 0 0 * * *
push:
Expand Down Expand Up @@ -40,3 +43,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: AlgebraicJulia/.github/.github/workflows/julia_release.yml@main
secrets: inherit
TagBot:
if: github.event_name == 'issue_comment'
uses: AlgebraicJulia/.github/.github/workflows/julia_tag.yml@main
secrets: inherit

1 comment on commit 1defabf

@mehalter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tagbot test

Please sign in to comment.