From 763ff085a6ca7d4b3d145f9404a5ddd5947e75da Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Thu, 12 Oct 2023 06:15:10 -0700 Subject: [PATCH] Add CI tests for next branch (#18224) --- .github/workflows/go-cross.yml | 1 + .github/workflows/go-fips.yml | 1 + .github/workflows/go-healing.yml | 1 + .github/workflows/go-lint.yml | 1 + .github/workflows/go.yml | 1 + .github/workflows/helm-lint.yml | 1 + .github/workflows/iam-integrations.yaml | 1 + .github/workflows/mint.yml | 1 + .github/workflows/replication.yaml | 1 + .github/workflows/root-disable.yml | 1 + .github/workflows/shfmt.yml | 1 + .github/workflows/upgrade-ci-cd.yaml | 1 + .github/workflows/vulncheck.yml | 2 ++ 13 files changed, 14 insertions(+) diff --git a/.github/workflows/go-cross.yml b/.github/workflows/go-cross.yml index 548146935..825280e13 100644 --- a/.github/workflows/go-cross.yml +++ b/.github/workflows/go-cross.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/go-fips.yml b/.github/workflows/go-fips.yml index 9bda0b594..e812d610e 100644 --- a/.github/workflows/go-fips.yml +++ b/.github/workflows/go-fips.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/go-healing.yml b/.github/workflows/go-healing.yml index 3a2ab0658..e0054a176 100644 --- a/.github/workflows/go-healing.yml +++ b/.github/workflows/go-healing.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/go-lint.yml b/.github/workflows/go-lint.yml index 33e2640ee..a17260ea4 100644 --- a/.github/workflows/go-lint.yml +++ b/.github/workflows/go-lint.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a39b9a6a4..78866dc8b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index 75928bcb1..994bba848 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/iam-integrations.yaml b/.github/workflows/iam-integrations.yaml index 47c2f6ceb..d102eaeec 100644 --- a/.github/workflows/iam-integrations.yaml +++ b/.github/workflows/iam-integrations.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/mint.yml b/.github/workflows/mint.yml index 93ccb5992..b015a3f85 100644 --- a/.github/workflows/mint.yml +++ b/.github/workflows/mint.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/replication.yaml b/.github/workflows/replication.yaml index cd5cff464..97fbade60 100644 --- a/.github/workflows/replication.yaml +++ b/.github/workflows/replication.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/root-disable.yml b/.github/workflows/root-disable.yml index 495ec3070..bd78854a4 100644 --- a/.github/workflows/root-disable.yml +++ b/.github/workflows/root-disable.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/shfmt.yml b/.github/workflows/shfmt.yml index 903ca6701..930847733 100644 --- a/.github/workflows/shfmt.yml +++ b/.github/workflows/shfmt.yml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next permissions: contents: read diff --git a/.github/workflows/upgrade-ci-cd.yaml b/.github/workflows/upgrade-ci-cd.yaml index d0fcabc0a..fc9dafe3f 100644 --- a/.github/workflows/upgrade-ci-cd.yaml +++ b/.github/workflows/upgrade-ci-cd.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - master + - next # This ensures that previous jobs for the PR are canceled when the PR is # updated. diff --git a/.github/workflows/vulncheck.yml b/.github/workflows/vulncheck.yml index cbdfbee88..d263b16f1 100644 --- a/.github/workflows/vulncheck.yml +++ b/.github/workflows/vulncheck.yml @@ -3,9 +3,11 @@ on: pull_request: branches: - master + - next push: branches: - master + - next permissions: contents: read # to fetch code (actions/checkout)