mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Fix incorrect definition
This commit is contained in:
parent
61f819b66d
commit
842696c388
2
.github/workflows/test-diffcalc.yml
vendored
2
.github/workflows/test-diffcalc.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
diffcalc:
|
||||
name: Diffcalc
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: true
|
||||
|
||||
if: |
|
||||
${{ github.event.issue.pull_request }} &&
|
||||
@ -28,7 +29,6 @@ jobs:
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
continue-on-error: true
|
||||
matrix:
|
||||
ruleset:
|
||||
- { name: osu, id: 0 }
|
||||
|
Loading…
Reference in New Issue
Block a user