Skip to content

Commit f7b96ec

Browse files
CCM-13276: No Dynamic Env on Merge to Main
1 parent 439c619 commit f7b96ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
name: Create Dynamic Environment
128128
needs: [metadata, dependencies, commit-stage]
129129
runs-on: ubuntu-latest
130+
if: github.ref != 'refs/heads/main'
130131
steps:
131132
- uses: actions/[email protected]
132133
- name: Trigger dynamic environment creation

0 commit comments

Comments
 (0)