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 997dff1 commit 0c28b5cCopy full SHA for 0c28b5c
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
check_release:
11
if: |
12
- (github.event_name == 'workflow_dispatch' && github.actor == 'triyanox') ||
+ (github.event_name == 'workflow_dispatch' && github.actor == 'chaqchase') ||
13
(github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release'))
14
runs-on: ubuntu-latest
15
permissions:
0 commit comments