Skip to content

Commit

Permalink
Merge pull request quarkusio#15980 from famod/fix-jdk-early-access-build
Browse files Browse the repository at this point in the history
Early Access JDK Build: Fix cron execution and report condition
  • Loading branch information
gsmet authored Mar 24, 2021
2 parents 96c8f25 + 95e075a commit 201704e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jdk-early-access-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- uses: n1hility/cancel-previous-runs@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflow: jdk-early-access-build.yml
- name: Reclaim Disk Space
run: .github/ci-prerequisites.sh
- name: Get Date
Expand Down Expand Up @@ -101,8 +102,8 @@ jobs:
shell: bash
run: rm -r ~/.m2/repository/io/quarkus
- name: Report status
uses: jbangdev/jbang-action@v0.68.0
if: "github.repository == 'quarkusio/quarkus' && github.event_name != 'workflow_dispatch'"
uses: jbangdev/jbang-action@v0.69.1
if: "always() && github.repository == 'quarkusio/quarkus' && github.event_name != 'workflow_dispatch'"
with:
script: .github/NativeBuildReport.java
scriptargs: |
Expand Down

0 comments on commit 201704e

Please sign in to comment.