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

[CI] Adds fallback stub for `be-checks` (#28409)

This makes it possible to have these matrix-generated jobs mark as required,
even in situations when file-path filter doesn't trigger the original test.
parent 1b4468e9
No related branches found
No related tags found
No related merge requests found
......@@ -221,3 +221,19 @@ jobs:
m2-cache-key: be-check
- name: Check namespaces
run: clojure -M:ee:drivers:check
be-check-stub:
needs: files-changed
if: |
always() &&
github.event.pull_request.draft == false &&
needs.files-changed.outputs.backend_all == 'false'
runs-on: ubuntu-20.04
name: be-check-java-${{ matrix.java-version }}
timeout-minutes: 10
strategy:
matrix:
java-version: [11, 17, 19]
steps:
- run: |
echo "Didn't run due to conditional filtering"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment