Simplify runs-on labels for Gitea Actions
Some checks failed
OfficeCom Sentinel Client / validate-client (push) Successful in 1m11s
OfficeCom Sentinel Client / build-client-windows (push) Has been cancelled

This commit is contained in:
OfficeCom Codex
2026-07-17 02:07:29 +02:00
parent 61c5e7823a
commit 1ad720f919

View File

@@ -15,9 +15,7 @@ on:
jobs: jobs:
validate-client: validate-client:
runs-on: runs-on: ubuntu-22.04
- self-hosted
- ubuntu-22.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -36,9 +34,7 @@ jobs:
build-client-windows: build-client-windows:
needs: validate-client needs: validate-client
if: startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && inputs.build_windows == 'true') if: startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && inputs.build_windows == 'true')
runs-on: runs-on: windows
- self-hosted
- windows
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4