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

Revert "Fix if condition"

This reverts commit 789c108e8d.
This commit is contained in:
smoogipoo 2021-09-03 19:12:41 +09:00
parent 789c108e8d
commit 33dcb4915b

View File

@ -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: