mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 05:27:17 +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
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
if: |
|
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')
|
||||||
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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user