1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 01:40:03 +08:00

Merge pull request #14661 from smoogipoo/fix-diffcalc-workflow-trigger

Fix diffcalc workflow triggering too often
This commit is contained in:
Dean Herbert
2021-09-07 20:44:13 +09:00
committed by GitHub
Unverified
+2 -2
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