mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Fix diffcalc workflow triggering too often
This commit is contained in:
parent
fa62c846c5
commit
2f42a8461e
4
.github/workflows/test-diffcalc.yml
vendored
4
.github/workflows/test-diffcalc.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
if: |
|
if: |
|
||||||
${{ github.event.issue.pull_request }} &&
|
github.event.issue.pull_request &&
|
||||||
contains(github.event.comment.body, '!pp check') &&
|
contains(github.event.comment.body, '!pp check') &&
|
||||||
${{ github.event.comment.author_association == 'MEMBER' }}
|
(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