Match Gitea workflow runner labels
This commit is contained in:
@@ -21,9 +21,7 @@ env:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-test:
|
lint-test:
|
||||||
runs-on:
|
runs-on: ubuntu-22.04
|
||||||
- self-hosted
|
|
||||||
- linux
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -51,9 +49,7 @@ jobs:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
needs: lint-test
|
needs: lint-test
|
||||||
runs-on:
|
runs-on: ubuntu-22.04
|
||||||
- self-hosted
|
|
||||||
- linux
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user