mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix typo in staging workflow
This commit is contained in:
parent
6784bd6914
commit
4684070818
1 changed files with 1 additions and 1 deletions
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
|
|
@ -219,7 +219,7 @@ jobs:
|
|||
RUNS_ON: "['self-hosted', 'bw-linux']"
|
||||
secrets: inherit
|
||||
tests-ui:
|
||||
needs: [code-security, build-bw, build-sc, build-ui]
|
||||
needs: [code-security, build-bw, build-scheduler, build-ui]
|
||||
uses: ./.github/workflows/tests-ui.yml
|
||||
with:
|
||||
RELEASE: staging
|
||||
|
|
|
|||
Loading…
Reference in a new issue