Use local Forgejo runner label
This commit is contained in:
parent
b49dcff27d
commit
81724b7030
5 changed files with 9 additions and 7 deletions
|
|
@ -12,7 +12,7 @@ concurrency:
|
|||
jobs:
|
||||
checks:
|
||||
if: ${{ github.server_url != 'https://codeberg.org' }}
|
||||
runs-on: codeberg-medium-lazy
|
||||
runs-on: namespace-profile-linux-medium
|
||||
steps:
|
||||
- name: Fetch Source (no git required)
|
||||
env:
|
||||
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
deploy:
|
||||
if: ${{ github.server_url != 'https://codeberg.org' }}
|
||||
needs: checks
|
||||
runs-on: codeberg-medium-lazy
|
||||
runs-on: namespace-profile-linux-medium
|
||||
steps:
|
||||
- name: Fetch Source (no git required)
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue