Skip to content

Commit

Permalink
Always run all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 4, 2024
1 parent 254dd66 commit a9884d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integ-test-detect-java-toolchains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
jobs:
# Test that pre-installed runner JDKs are detected
pre-installed-toolchains:
if: ${{ !cancelled() }}
strategy:
matrix:
os: ${{fromJSON(inputs.runner-os)}}
Expand Down Expand Up @@ -50,6 +51,7 @@ jobs:
# Test that JDKs provisioned by setup-java are detected
setup-java-installed-toolchain:
if: ${{ !cancelled() }}
strategy:
matrix:
os: ${{fromJSON(inputs.runner-os)}}
Expand Down

0 comments on commit a9884d5

Please sign in to comment.