fix smoke test workflow
Some checks failed
deploy / deploy (push) Successful in 11s
test / smoke-test (push) Failing after 13s

This commit is contained in:
Dusan Vojacek
2026-04-05 18:25:32 +02:00
parent c11ce83a97
commit 679777d140
6 changed files with 8 additions and 2 deletions

View File

@@ -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