mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:20:04 +08:00
parent
789c108e8d
commit
33dcb4915b
7
.github/workflows/test-diffcalc.yml
vendored
7
.github/workflows/test-diffcalc.yml
vendored
@ -23,7 +23,8 @@ jobs:
|
||||
if: |
|
||||
contains(github.event.comment.html_url, '/pull/') &&
|
||||
contains(github.event.comment.body, '!pp check') &&
|
||||
${{ github.event.comment.author_association == 'MEMBER' }}
|
||||
${{ github.event.comment.author_association == 'MEMBER' }} &&
|
||||
contains(github.event.comment.body, ${{ matrix.ruleset.id }})
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
@ -33,10 +34,6 @@ jobs:
|
||||
- { name: taiko, id: 1 }
|
||||
- { name: catch, id: 2 }
|
||||
- { name: mania, id: 3 }
|
||||
isValidRuleset:
|
||||
- contains(github.event.comment.body, ${{ matrix.ruleset.id }})
|
||||
exclude:
|
||||
- isValidRuleset: false
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
Loading…
Reference in New Issue
Block a user