mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
Fixed Deploy job needs clause, to also require jdk8 job success
This commit is contained in:
parent
3d0ba82422
commit
143e25c39c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
report_paths: "**/target/surefire-reports/TEST*.xml"
|
report_paths: "**/target/surefire-reports/TEST*.xml"
|
||||||
check_name: Unit Test Results for OpenJDK ${{ matrix.java }} on ${{ matrix.os }}
|
check_name: Unit Test Results for OpenJDK ${{ matrix.java }} on ${{ matrix.os }}
|
||||||
|
|
||||||
test_oracle:
|
test-oracle:
|
||||||
name: Test Oracle JDK 8 with KCMS=${{ matrix.kcms }}
|
name: Test Oracle JDK 8 with KCMS=${{ matrix.kcms }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
@ -101,7 +101,7 @@ jobs:
|
|||||||
|
|
||||||
release:
|
release:
|
||||||
name: Deploy
|
name: Deploy
|
||||||
needs: [ test, test_oracle ]
|
needs: [ test, test-jdk8, test-oracle ]
|
||||||
if: github.ref == 'refs/heads/master' # only perform on latest master
|
if: github.ref == 'refs/heads/master' # only perform on latest master
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user