Skip to content

Commit

Permalink
Fix deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Mar 7, 2023
1 parent 0cb9a96 commit a512f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-4.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
secrets: inherit
Deploy:
if: ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}
needs: Test
uses: ./.github/workflows/ci.yml
needs: CI
uses: ./.github/workflows/deploy.yml
with:
branch: 4.x
jdk: 8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
secrets: inherit
Deploy:
if: ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}
needs: Test
uses: ./.github/workflows/ci.yml
needs: CI
uses: ./.github/workflows/deploy.yml
with:
branch: ${{ github.head_ref || github.ref_name }}
jdk: 8
Expand Down

0 comments on commit a512f26

Please sign in to comment.