Match Gitea workflow runner labels

This commit is contained in:
Joe Julian
2026-04-03 17:23:38 -07:00
parent 832aa86a34
commit 2f4f016fe7
+2 -6
View File
@@ -21,9 +21,7 @@ env:
jobs:
lint-test:
runs-on:
- self-hosted
- linux
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -51,9 +49,7 @@ jobs:
build:
needs: lint-test
runs-on:
- self-hosted
- linux
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4