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 cacae5a commit 90b8307Copy full SHA for 90b8307
.github/workflows/TagBot.yml
@@ -23,7 +23,7 @@ permissions:
23
statuses: read
24
jobs:
25
TagBot:
26
- if: ${{ github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' }}
+ if: ${{ github.event_name != 'issue_comment' || github.actor == 'JuliaTagBot' }}
27
runs-on: ubuntu-latest
28
steps:
29
- uses: JuliaRegistries/TagBot@v1
0 commit comments