1
0
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:
Dean Herbert 2021-09-21 00:37:12 +09:00
parent 7d5e4ae0a2
commit 7c2b8fc650

View File

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