Skip to content

Commit c3e23f4

Browse files
committed
Fix TagBot action
1 parent 2872cb2 commit c3e23f4

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
@@ -6,7 +6,7 @@ on:
66
- created
77
workflow_dispatch:
88

9-
jobs:
9+
jobs:
1010
TagBot:
1111
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)