Skip to content
Snippets Groups Projects
Unverified Commit af6cc799 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

[CI] Fix if statement of e2e-tests in conditional path filtering (#28309)

parent 4a0e6f3b
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ jobs:
if: |
always() &&
needs.files-changed.outputs.e2e_all == 'true' &&
(needs.build.result == 'success' || needs.build.result == 'skipped')
needs.build.result == 'success'
runs-on: ubuntu-20.04
timeout-minutes: 45
name: e2e-tests-${{ matrix.folder }}${{ matrix.context }}-${{ matrix.edition }}
......
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