Skip to content

Commit 85a1638

Browse files
CCM-11971: Move PR Created Workflow before Acceptance Tests
1 parent e28c426 commit 85a1638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
pr-create-dynamic-environment:
127127
name: Create Dynamic Environment
128-
needs: [metadata, dependencies, test-stage]
128+
needs: [metadata, dependencies, commit-stage]
129129
runs-on: ubuntu-latest
130130
steps:
131131
- uses: actions/[email protected]

0 commit comments

Comments
 (0)