Skip to content

Commit bd67d50

Browse files
authored
Update TagBot.yml
Add HolyLabRegistry to the dispatch
1 parent d18ef1e commit bd67d50

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
@@ -22,7 +22,7 @@ permissions:
2222
statuses: read
2323
jobs:
2424
TagBot:
25-
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
25+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' || (github.event_name == 'repository_dispatch' && github.event.client_payload.repository == 'HolyLab/HolyLabRegistry')
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)