1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Fix diffcalc workflow triggering too often

This commit is contained in:
smoogipoo 2021-09-07 20:19:07 +09:00
parent fa62c846c5
commit 2f42a8461e

View File

@ -23,9 +23,9 @@ jobs:
continue-on-error: true
if: |
${{ github.event.issue.pull_request }} &&
github.event.issue.pull_request &&
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:
fail-fast: false