From 1defabf19561f96665cf6fb8a9840368c0eaaa19 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Mon, 27 Mar 2023 09:49:58 -0400 Subject: [PATCH] Fix tagbot action --- .github/workflows/julia_ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/julia_ci.yml b/.github/workflows/julia_ci.yml index 7bcf0301a..772fe7922 100644 --- a/.github/workflows/julia_ci.yml +++ b/.github/workflows/julia_ci.yml @@ -1,6 +1,9 @@ name: Julia CI/CD on: + issue_comment: + types: + - created schedule: - cron: 0 0 * * * push: @@ -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