Fix runner label
Some checks failed
default / build-and-push (push) Failing after 1m11s

This commit is contained in:
Michele Rossi
2026-01-10 21:46:34 +01:00
parent 2fb26d749c
commit b31d1f7cbb

View File

@@ -7,7 +7,7 @@ on:
jobs:
build-and-push:
runs-on: runner-1
runs-on: my-runner
steps:
- name: Checkout repository
uses: actions/checkout@v4