From 3563ca3de3882e4742953fc38ddf5f786e8663bb Mon Sep 17 00:00:00 2001 From: SimonDanisch Date: Tue, 10 Nov 2020 12:17:41 +0100 Subject: [PATCH] Automated commit made by MassInstallAction.jl --- .github/workflows/TagBot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 675ce269..f49313b6 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,12 +1,15 @@ name: TagBot on: - schedule: - - cron: 0 * * * * + issue_comment: + types: + - created + workflow_dispatch: jobs: TagBot: + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - ssh: ${{ secrets.DocumenterDeployKey }} # here, we deploy by SSH, so that a doc build is triggered on tag creation. + ssh: ${{ secrets.DOCUMENTER_KEY }}