mirror of
https://github.com/minio/minio.git
synced 2025-01-23 04:33:15 -05:00
Revert "disable CI/CD for draft PRs (#13784)"
This reverts commit 5a22f2cf0b352517c93bc97387c356e55b5663c3.
This commit is contained in:
parent
d6fe0f61a9
commit
4f3290309e
5
.github/workflows/go-cross.yml
vendored
5
.github/workflows/go-cross.yml
vendored
@ -3,9 +3,7 @@ name: Crosscompile
|
||||
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:
|
||||
build:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: Build Tests with Go ${{ matrix.go-version }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
5
.github/workflows/go-lint.yml
vendored
5
.github/workflows/go-lint.yml
vendored
@ -3,9 +3,7 @@ name: Linters and 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:
|
||||
build:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: Go ${{ matrix.go-version }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
@ -3,9 +3,7 @@ name: Functional 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:
|
||||
build:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: Go ${{ matrix.go-version }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
5
.github/workflows/iam-integrations.yaml
vendored
5
.github/workflows/iam-integrations.yaml
vendored
@ -3,9 +3,7 @@ name: IAM integration
|
||||
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:
|
||||
iam-matrix-test:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: "[Go=${{ matrix.go-version }}|ldap=${{ matrix.ldap }}|etcd=${{ matrix.etcd }}|openid=${{ matrix.openid }}]"
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
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
|
||||
|
||||
|
4
.github/workflows/upgrade-ci-cd.yaml
vendored
4
.github/workflows/upgrade-ci-cd.yaml
vendored
@ -3,8 +3,7 @@ name: Upgrade old version 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.
|
||||
@ -14,7 +13,6 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: Go ${{ matrix.go-version }} on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
Loading…
x
Reference in New Issue
Block a user