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 481c44b commit ff81e02
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: github.repository == 'RedHat-Middleware-Workshops/spring-jkube-external-config'
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')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit ff81e02

Please sign in to comment.