Skip to content

Commit 2b2709e

Browse files
committed
chore: remove release-v2-dev trigger condition
Signed-off-by: Ashing Zheng <[email protected]>
1 parent fad5004 commit 2b2709e

13 files changed

+2
-29
lines changed

.github/workflows/apisix-conformance-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- release-v2-dev
2524
pull_request:
2625
branches:
2726
- master
28-
- release-v2-dev
2927

3028
concurrency:
3129
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/apisix-e2e-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- release-v2-dev
2524
pull_request:
2625
branches:
2726
- master
28-
- release-v2-dev
2927

3028
concurrency:
3129
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ on:
2424
pull_request:
2525
branches:
2626
- master
27-
- release-v2-dev
2827
- 1.8.0
2928
schedule:
3029
- cron: '25 5 * * 5'

.github/workflows/conformance-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- release-v2-dev
2524
pull_request:
2625
branches:
2726
- master
28-
- release-v2-dev
2927

3028
concurrency:
3129
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/e2e-test-k8s.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- release-v2-dev
2524
pull_request:
2625
branches:
2726
- master
28-
- release-v2-dev
29-
3027
concurrency:
3128
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3229
cancel-in-progress: true

.github/workflows/e2e-test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- release-v2-dev
2524
pull_request:
2625
branches:
2726
- master
28-
- release-v2-dev
29-
3027
concurrency:
3128
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3229
cancel-in-progress: true

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ on:
2121
push:
2222
branches:
2323
- master
24-
- release-v2-dev
2524
pull_request:
2625
branches:
2726
- master
28-
- release-v2-dev
29-
3027
jobs:
3128
golangci:
3229
name: lint

.github/workflows/license-checker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ on:
2222
push:
2323
branches:
2424
- master
25-
- release-v2-dev
2625
pull_request:
2726
branches:
2827
- master
29-
- release-v2-dev
30-
3128
jobs:
3229
check-license:
3330
runs-on: buildjet-2vcpu-ubuntu-2204

.github/workflows/lint-checker.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ on:
2222
push:
2323
branches:
2424
- master
25-
- release-v2-dev
2625
pull_request:
2726
branches:
2827
- master
29-
- release-v2-dev
30-
3128
jobs:
3229
changes:
3330
runs-on: ubuntu-latest

.github/workflows/push-docker-v2-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
name: push v2-dev on dockerhub
18+
name: release dev image on dockerhub
1919
on:
2020
release:
2121
types: [ published ]
2222
push:
2323
branches:
24-
- release-v2-dev
24+
- master
2525
workflow_dispatch:
2626
jobs:
2727
docker:

0 commit comments

Comments
 (0)