ci: do not skip e2e-weekly if trigger is successful (#1584)

This commit is contained in:
Otto Bittner 2023-04-03 13:40:42 +02:00 committed by GitHub
parent 1a8ec42e47
commit 1dd5eae594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,7 @@ jobs:
echo 'Release workflow failed, exiting..'
exit 1
e2e-weekly:
needs: [on-failure-quit]
e2e-tests:
strategy:
fail-fast: false
max-parallel: 4