Skip to content

Commit 90b8307

Browse files
committed
Adjust conditional
1 parent cacae5a commit 90b8307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
statuses: read
2424
jobs:
2525
TagBot:
26-
if: ${{ github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' }}
26+
if: ${{ github.event_name != 'issue_comment' || github.actor == 'JuliaTagBot' }}
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)