Update runs-on label
Some checks failed
Build and Push Docker Image / build (push) Failing after 29s

This commit is contained in:
lif
2025-09-14 19:18:01 +01:00
parent fdb0aef5cf
commit 8d86daa86f

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: [label-one]
steps:
- uses: actions/checkout@v4