Skip to content

Commit 1fe0a83

Browse files
committed
Deployment should require CI to pass
1 parent 1c13b2d commit 1fe0a83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-4.x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
Deploy:
6767
name: Deploy to OSSRH
6868
if: ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}
69+
needs: CI
6970
uses: ./.github/workflows/deploy.yml
7071
with:
7172
branch: 4.x

.github/workflows/ci-5.x.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
Deploy:
7373
name: Deploy to OSSRH
7474
if: ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}
75+
needs: CI
7576
uses: ./.github/workflows/deploy.yml
7677
with:
7778
branch: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)