This is an automated email from the ASF dual-hosted git repository.
zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new b524e477 ci: remove the conditions for triggers (#1970)
b524e477 is described below
commit b524e477c32a14acf2cfcf4879eea1aee3d782fc
Author: Jintao Zhang <[email protected]>
AuthorDate: Wed Sep 20 14:40:47 2023 +0800
ci: remove the conditions for triggers (#1970)
Signed-off-by: Jintao Zhang <[email protected]>
---
.github/workflows/codeql-analysis.yml | 2 --
.github/workflows/dependency-review.yml | 1 -
.github/workflows/e2e-test-ci-v2-cron.yml | 1 -
.github/workflows/e2e-test-ci.yml | 1 -
.github/workflows/goimports-reviser.yml | 1 -
.github/workflows/golangci-lint.yml | 1 -
.github/workflows/license-checker.yml | 1 -
.github/workflows/lint-checker.yml | 1 -
.github/workflows/spell-checker.yml | 1 -
.github/workflows/unit-test-ci.yml | 1 -
.github/workflows/verify-codegen.yml | 1 -
.github/workflows/yamllint-checker.yml | 1 -
12 files changed, 13 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 50afb900..58b510e0 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -22,8 +22,6 @@ on:
push:
branches: [ master ]
pull_request:
- types: [review_requested, ready_for_review]
- # The branches below must be a subset of the branches above
branches:
- master
- 1.7.0
diff --git a/.github/workflows/dependency-review.yml
b/.github/workflows/dependency-review.yml
index 09be2960..6fe74517 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -22,7 +22,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
permissions:
contents: read
diff --git a/.github/workflows/e2e-test-ci-v2-cron.yml
b/.github/workflows/e2e-test-ci-v2-cron.yml
index 5ba28587..5b2f7ba6 100644
--- a/.github/workflows/e2e-test-ci-v2-cron.yml
+++ b/.github/workflows/e2e-test-ci-v2-cron.yml
@@ -25,7 +25,6 @@ on:
branches:
- master
- 1.7.0
- types: [ labeled, opened, synchronize, reopened, review_requested,
ready_for_review ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}-v2
diff --git a/.github/workflows/e2e-test-ci.yml
b/.github/workflows/e2e-test-ci.yml
index b5347dd1..d30a3587 100644
--- a/.github/workflows/e2e-test-ci.yml
+++ b/.github/workflows/e2e-test-ci.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number ||
github.ref }}
diff --git a/.github/workflows/goimports-reviser.yml
b/.github/workflows/goimports-reviser.yml
index 8a724500..59863982 100644
--- a/.github/workflows/goimports-reviser.yml
+++ b/.github/workflows/goimports-reviser.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
changes:
runs-on: ubuntu-latest
diff --git a/.github/workflows/golangci-lint.yml
b/.github/workflows/golangci-lint.yml
index b9ccc380..a0076e5c 100644
--- a/.github/workflows/golangci-lint.yml
+++ b/.github/workflows/golangci-lint.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
changes:
diff --git a/.github/workflows/license-checker.yml
b/.github/workflows/license-checker.yml
index e74610b3..d527222d 100644
--- a/.github/workflows/license-checker.yml
+++ b/.github/workflows/license-checker.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
check-license:
diff --git a/.github/workflows/lint-checker.yml
b/.github/workflows/lint-checker.yml
index aaf0909a..38a0fa5d 100644
--- a/.github/workflows/lint-checker.yml
+++ b/.github/workflows/lint-checker.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
changes:
runs-on: ubuntu-latest
diff --git a/.github/workflows/spell-checker.yml
b/.github/workflows/spell-checker.yml
index a47bd5cf..7fd39d09 100644
--- a/.github/workflows/spell-checker.yml
+++ b/.github/workflows/spell-checker.yml
@@ -25,7 +25,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
misspell:
name: runner / misspell
diff --git a/.github/workflows/unit-test-ci.yml
b/.github/workflows/unit-test-ci.yml
index a097ed2e..5691e748 100644
--- a/.github/workflows/unit-test-ci.yml
+++ b/.github/workflows/unit-test-ci.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
changes:
runs-on: ubuntu-latest
diff --git a/.github/workflows/verify-codegen.yml
b/.github/workflows/verify-codegen.yml
index 9079195c..91be424f 100644
--- a/.github/workflows/verify-codegen.yml
+++ b/.github/workflows/verify-codegen.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
changes:
runs-on: ubuntu-latest
diff --git a/.github/workflows/yamllint-checker.yml
b/.github/workflows/yamllint-checker.yml
index 27ec3c39..b2cac359 100644
--- a/.github/workflows/yamllint-checker.yml
+++ b/.github/workflows/yamllint-checker.yml
@@ -26,7 +26,6 @@ on:
branches:
- master
- 1.7.0
- types: [review_requested, ready_for_review]
jobs:
changes:
runs-on: ubuntu-latest