mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - remove useless needs for ui branch
This commit is contained in:
parent
4684070818
commit
641a27f5ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui.yml
vendored
2
.github/workflows/ui.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
# UI tests
|
||||
tests-ui:
|
||||
needs: [code-security, build-bw, build-sc, build-ui]
|
||||
needs: [build-bw, build-sc, build-ui]
|
||||
uses: ./.github/workflows/tests-ui.yml
|
||||
with:
|
||||
RELEASE: ui
|
||||
|
|
|
|||
Loading…
Reference in a new issue