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

Fix be-checks-stub (#35702)

parent 4933d809
No related branches found
No related tags found
No related merge requests found
......@@ -257,11 +257,11 @@ jobs:
run: clojure -M:ee:drivers:check
be-check-stub:
needs: [files-changed, static-viz-files-changed]
needs: [files-changed, static-viz-files-changed, be-check]
if: |
always() &&
github.event.pull_request.draft == false &&
(needs.files-changed.outputs.backend_all == 'false' && needs.static-viz-files-changed.outputs.static_viz == 'false')
needs.be-check.result == 'skipped'
runs-on: ubuntu-22.04
name: be-check-java-${{ matrix.java-version }}
timeout-minutes: 10
......
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