mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09:00
Single line condition
This commit is contained in:
parent
e354287804
commit
fa374e67e7
5
.github/workflows/test-diffcalc.yml
vendored
5
.github/workflows/test-diffcalc.yml
vendored
@ -22,10 +22,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
|
||||
if: |
|
||||
github.event.issue.pull_request &&
|
||||
contains(github.event.comment.body, '!pp check') &&
|
||||
(github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER')
|
||||
if: github.event.issue.pull_request && contains(github.event.comment.body, '!pp check') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER')
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user