Skip to content

Commit

Permalink
Check PR against solution branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Dec 6, 2024
1 parent ff81e02 commit a46a4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
simple-build-test:
runs-on: ubuntu-latest
needs: check-commit-against-solution-branch
if: ((needs.check-commit-against-solution-branch.result == 'success') || (needs.check-commit-against-solution-branch.result == 'skipped')) && (github.repository == 'RedHat-Middleware-Workshops/spring-jkube-external-config')
if: always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') && (github.repository == 'RedHat-Middleware-Workshops/spring-jkube-external-config')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a46a4af

Please sign in to comment.