mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:23:20 +08:00
Apply new skip insert rule
This commit is contained in:
parent
7d5e4ae0a2
commit
7c2b8fc650
7
.github/workflows/test-diffcalc.yml
vendored
7
.github/workflows/test-diffcalc.yml
vendored
@ -16,6 +16,7 @@ env:
|
||||
CONCURRENCY: 4
|
||||
ALLOW_DOWNLOAD: 1
|
||||
SAVE_DOWNLOADED: 1
|
||||
SKIP_INSERT_ATTRIBUTES: 1
|
||||
|
||||
jobs:
|
||||
diffcalc:
|
||||
@ -71,12 +72,14 @@ jobs:
|
||||
- name: Checkout osu-difficulty-calculator (master)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: ppy/osu-difficulty-calculator
|
||||
repository: peppy/osu-difficulty-calculator
|
||||
ref: 'bypass-attrib-row-insert'
|
||||
path: 'master/osu-difficulty-calculator'
|
||||
- name: Checkout osu-difficulty-calculator (pr)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: ppy/osu-difficulty-calculator
|
||||
repository: peppy/osu-difficulty-calculator
|
||||
ref: 'bypass-attrib-row-insert'
|
||||
path: 'pr/osu-difficulty-calculator'
|
||||
|
||||
- name: Install .NET 5.0.x
|
||||
|
Loading…
Reference in New Issue
Block a user