Skip to content

Commit 480eba4

Browse files
committed
Update GitHub Actions workflows to include CSPL-4201-pipeline-tests-base branch
- Added CSPL-4201-pipeline-tests-base branch to the trigger conditions for multiple workflows including build-test-push, distroless integration tests, helm tests, and various integration tests for Azure and GCP.
1 parent 81a5a89 commit 480eba4

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/build-test-push-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- main
1212
- develop
13+
- CSPL-4201-pipeline-tests-base
1314
jobs:
1415
check-formating:
1516
runs-on: ubuntu-latest

.github/workflows/distroless-int-test-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- develop
1111
- main
12+
- CSPL-4201-pipeline-tests-base
1213
jobs:
1314
build-operator-image-distroless:
1415
runs-on: ubuntu-latest

.github/workflows/helm-test-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- develop
1111
- main
1212
- feature**
13+
- CSPL-4201-pipeline-tests-base
1314
workflow_dispatch:
1415
jobs:
1516
build-operator-image:

.github/workflows/int-test-azure-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches:
99
- develop
1010
- main
11+
- CSPL-4201-pipeline-tests-base
1112
jobs:
1213
build-operator-image:
1314
runs-on: ubuntu-latest

.github/workflows/int-test-gcp-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- develop
1111
- main
12+
- CSPL-4201-pipeline-tests-base
1213
jobs:
1314
build-operator-image:
1415
runs-on: ubuntu-latest

.github/workflows/int-test-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- develop
1111
- main
1212
- feature**
13+
- CSPL-4201-pipeline-tests-base
1314
jobs:
1415
build-operator-image:
1516
runs-on: ubuntu-latest

.github/workflows/prodsec-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- develop
12+
- CSPL-4201-pipeline-tests-base
1213
jobs:
1314
semgrep:
1415
name: Semgrep Scanner

0 commit comments

Comments
 (0)