Skip to content

Commit

Permalink
update-zulu-jdks-readme job: wait for maven builds + set exo-swf as g…
Browse files Browse the repository at this point in the history
…it pusher
  • Loading branch information
hbenali committed Oct 17, 2024
1 parent 6eaa1db commit b35f653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,13 @@ jobs:

update-zulu-jdks-readme:
name: "Update Readme file jdk section"
needs: build-jdk-images
needs: build-maven-images
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.SWF_TOKEN }}
- name: Check latest jdk versions
run: |
if ! grep -q '<!-- GHASTART -->' README.md; then
Expand Down

0 comments on commit b35f653

Please sign in to comment.