forked from spacebar/SplatNet
ci: use variables so CI will pass on both mirrors
This commit is contained in:
parent
b9f47889fc
commit
d2e53fcf51
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint-debian:
|
||||
runs-on: [debian-trixie, debian-bookworm]
|
||||
runs-on: ${{ vars.RUNNER_LABEL }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Linters
|
||||
|
|
|
|||
Loading…
Reference in a new issue