From 7c2b8fc650f02c25509d8cdf2ebf3db42b6777f8 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 21 Sep 2021 00:37:12 +0900 Subject: [PATCH] Apply new skip insert rule --- .github/workflows/test-diffcalc.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-diffcalc.yml b/.github/workflows/test-diffcalc.yml index 188e074e07..23b5c8bd2c 100644 --- a/.github/workflows/test-diffcalc.yml +++ b/.github/workflows/test-diffcalc.yml @@ -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