mirror of
https://github.com/bunkerity/bunkerized-nginx
synced 2023-12-13 21:30:18 +01: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