test: pin smoke test to the redeye runner's unique label
/ smoke (push) Waiting to run Details

This commit is contained in:
Maciek "mab122" Bator 2026-07-19 13:33:34 +02:00
parent c8f7fd02ac
commit 184ecab653
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
on: [push, workflow_dispatch] on: [push, workflow_dispatch]
jobs: jobs:
smoke: smoke:
runs-on: docker runs-on: redeye
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |