mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 17:02:57 +08:00
Add COE and better PR condition
This commit is contained in:
parent
62d65f81fb
commit
61f819b66d
3
.github/workflows/test-diffcalc.yml
vendored
3
.github/workflows/test-diffcalc.yml
vendored
@ -22,12 +22,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: |
|
||||
contains(github.event.comment.html_url, '/pull/') &&
|
||||
${{ github.event.issue.pull_request }} &&
|
||||
contains(github.event.comment.body, '!pp check') &&
|
||||
${{ github.event.comment.author_association == 'MEMBER' }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
continue-on-error: true
|
||||
matrix:
|
||||
ruleset:
|
||||
- { name: osu, id: 0 }
|
||||
|
Loading…
Reference in New Issue
Block a user