This commit is contained in:
@@ -3,11 +3,9 @@ on: issue_comment
|
||||
|
||||
jobs:
|
||||
testing:
|
||||
# if: |
|
||||
# github.event.issue.pull_request &&
|
||||
# startsWith(github.event.comment.body, '/deploy') &&
|
||||
# (github.event.comment.author_association == 'OWNER' ||
|
||||
# github.event.comment.author_association == 'MEMBER')
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
startsWith(github.event.comment.body, '/deploy')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get tag safe branch name
|
||||
|
||||
Reference in New Issue
Block a user