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

Run stubbed backend jobs when main `backend` tests are skipped (#35656)

parent 2a0665a2
No related merge requests found
......@@ -217,11 +217,10 @@ jobs:
fail-on-error: false
be-tests-stub:
needs: [files-changed, static-viz-files-changed]
needs: [be-tests]
if: |
always() &&
github.event.pull_request.draft == false &&
(needs.files-changed.outputs.backend_all == 'false' && needs.static-viz-files-changed.outputs.static_viz == 'false')
!cancelled() &&
github.event.pull_request.draft == false && needs.be-tests.result == 'skipped'
runs-on: ubuntu-22.04
name: be-tests-java-${{ matrix.java-version }}-${{ matrix.edition }}
timeout-minutes: 5
......
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