mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 09:03:01 +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
|
CONCURRENCY: 4
|
||||||
ALLOW_DOWNLOAD: 1
|
ALLOW_DOWNLOAD: 1
|
||||||
SAVE_DOWNLOADED: 1
|
SAVE_DOWNLOADED: 1
|
||||||
|
SKIP_INSERT_ATTRIBUTES: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
diffcalc:
|
diffcalc:
|
||||||
@ -71,12 +72,14 @@ jobs:
|
|||||||
- name: Checkout osu-difficulty-calculator (master)
|
- name: Checkout osu-difficulty-calculator (master)
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: ppy/osu-difficulty-calculator
|
repository: peppy/osu-difficulty-calculator
|
||||||
|
ref: 'bypass-attrib-row-insert'
|
||||||
path: 'master/osu-difficulty-calculator'
|
path: 'master/osu-difficulty-calculator'
|
||||||
- name: Checkout osu-difficulty-calculator (pr)
|
- name: Checkout osu-difficulty-calculator (pr)
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: ppy/osu-difficulty-calculator
|
repository: peppy/osu-difficulty-calculator
|
||||||
|
ref: 'bypass-attrib-row-insert'
|
||||||
path: 'pr/osu-difficulty-calculator'
|
path: 'pr/osu-difficulty-calculator'
|
||||||
|
|
||||||
- name: Install .NET 5.0.x
|
- name: Install .NET 5.0.x
|
||||||
|
Loading…
Reference in New Issue
Block a user