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