We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c13b2d commit 1fe0a83Copy full SHA for 1fe0a83
.github/workflows/ci-4.x.yml
@@ -66,6 +66,7 @@ jobs:
66
Deploy:
67
name: Deploy to OSSRH
68
if: ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}
69
+ needs: CI
70
uses: ./.github/workflows/deploy.yml
71
with:
72
branch: 4.x
.github/workflows/ci-5.x.yml
@@ -72,6 +72,7 @@ jobs:
73
74
75
76
77
78
branch: ${{ github.head_ref || github.ref_name }}
0 commit comments