fix smoke test workflow
This commit is contained in:
@@ -9,7 +9,9 @@ on:
|
||||
|
||||
jobs:
|
||||
smoke-test:
|
||||
runs-on: ubuntu-latest
|
||||
# Stejný label jako deploy.yml — výchozí act_runner má typicky jen `self-hosted`,
|
||||
# ne `ubuntu-latest` (ten by vyžadoval GITEA_RUNNER_LABELS s docker:// image).
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user