mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:52:55 +08: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…
Reference in New Issue
Block a user