mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Revert "disable CI/CD for draft PRs (#13784)"
This reverts commit 5a22f2cf0b.
This commit is contained in:
5
.github/workflows/replication.yaml
vendored
5
.github/workflows/replication.yaml
vendored
@@ -3,9 +3,7 @@ name: Multi-site replication tests
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
|
||||
- master
|
||||
|
||||
# This ensures that previous jobs for the PR are canceled when the PR is
|
||||
# updated.
|
||||
@@ -15,7 +13,6 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
replication-test:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: Replication Tests with Go ${{ matrix.go-version }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user