diff --git a/.github/workflows/ci-4.x.yml b/.github/workflows/ci-4.x.yml index 92ac279edea..ef31e378644 100644 --- a/.github/workflows/ci-4.x.yml +++ b/.github/workflows/ci-4.x.yml @@ -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 diff --git a/.github/workflows/ci-5.x.yml b/.github/workflows/ci-5.x.yml index 8ad30262730..3b9de789a00 100644 --- a/.github/workflows/ci-5.x.yml +++ b/.github/workflows/ci-5.x.yml @@ -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