Skip to content

Commit 0c28b5c

Browse files
committed
chore: update release workflow to change triggering actor from 'triyanox' to 'chaqchase'
1 parent 997dff1 commit 0c28b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
check_release:
1111
if: |
12-
(github.event_name == 'workflow_dispatch' && github.actor == 'triyanox') ||
12+
(github.event_name == 'workflow_dispatch' && github.actor == 'chaqchase') ||
1313
(github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release'))
1414
runs-on: ubuntu-latest
1515
permissions:

0 commit comments

Comments
 (0)