mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Retarget master
repos in diffcalc CI runs
This commit is contained in:
parent
ffdaf23329
commit
5c7fe5dde0
9
.github/workflows/diffcalc.yml
vendored
9
.github/workflows/diffcalc.yml
vendored
@ -78,8 +78,7 @@ jobs:
|
||||
- name: Checkout osu (master)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: peppy/osu
|
||||
ref: 'diffcalc-optimisations'
|
||||
repository: ppy/osu
|
||||
path: 'master/osu'
|
||||
- name: Checkout osu (pr)
|
||||
uses: actions/checkout@v2
|
||||
@ -89,14 +88,12 @@ jobs:
|
||||
- name: Checkout osu-difficulty-calculator (master)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: peppy/osu-difficulty-calculator
|
||||
ref: 'bypass-attrib-row-insert'
|
||||
repository: ppy/osu-difficulty-calculator
|
||||
path: 'master/osu-difficulty-calculator'
|
||||
- name: Checkout osu-difficulty-calculator (pr)
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: peppy/osu-difficulty-calculator
|
||||
ref: 'bypass-attrib-row-insert'
|
||||
repository: ppy/osu-difficulty-calculator
|
||||
path: 'pr/osu-difficulty-calculator'
|
||||
|
||||
- name: Install .NET 5.0.x
|
||||
|
Loading…
Reference in New Issue
Block a user