Skip to content
Snippets Groups Projects
Unverified Commit 4b792e80 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Fix e2e stub condition (#34964)

parent b08e03ed
No related merge requests found
......@@ -238,7 +238,7 @@ jobs:
if-no-files-found: ignore
e2e-tests-skipped-stub:
needs: [e2e-tests]
needs: [e2e-tests, e2e-matrix-builder]
if: |
!cancelled() &&
needs.e2e-tests.result == 'skipped'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment