test: pin smoke test to the redeye runner's unique label
/ smoke (push) Waiting to run
Details
/ smoke (push) Waiting to run
Details
This commit is contained in:
parent
c8f7fd02ac
commit
184ecab653
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue