File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 call-terraform-ci-pipeline :
11- uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.10.0
11+ uses : terraform-ibm-modules/common-pipeline-assets/.github/workflows/common-terraform-module-ci-v2.yml@v1.11.2
1212 secrets : inherit
1313 with :
1414 craSCCv2 : true
Original file line number Diff line number Diff line change 11name : Release-Pipeline
22
3+ # Trigger on push(merge) to main branch
34on :
4- workflow_run :
5- workflows : [CI-Pipeline]
6- branches : [main]
7- types :
8- - completed
9-
10- # Allows you to run this workflow manually from the Actions tab
11- workflow_dispatch :
5+ push :
6+ branches :
7+ - main
128
139jobs :
1410 call-terraform-release-pipeline :
15- if : ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
16- uses :
terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected] 11+ uses :
terraform-ibm-modules/common-pipeline-assets/.github/workflows/[email protected] 1712 secrets : inherit
You can’t perform that action at this time.
0 commit comments