mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 05:08:48 +01:00
Remove dependency on deploy job for wekan-selenium-security-scan
This commit is contained in:
parent
10f2b719d6
commit
bba0db5903
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-testing.yml
vendored
2
.github/workflows/e2e-testing.yml
vendored
|
|
@ -208,7 +208,6 @@ jobs:
|
|||
pytest --maxfail=5 --disable-warnings -v
|
||||
|
||||
wekan-selenium-security-scan:
|
||||
needs: deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
@ -239,6 +238,7 @@ jobs:
|
|||
exit-code: 0
|
||||
|
||||
Selenium-ui-tests:
|
||||
needs: deploy
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue