Skip to content

Commit 6374d2b

Browse files
CCM-11971: Move PR Created Workflow before Acceptance Tests
1 parent d606fb0 commit 6374d2b

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
@@ -123,6 +123,7 @@ jobs:
123123
secrets: inherit
124124
pr-create-dynamic-environment:
125125
name: Create Dynamic Environment
126+
needs: [metadata, dependencies, test-stage]
126127
runs-on: ubuntu-latest
127128
steps:
128129
- uses: actions/[email protected]

0 commit comments

Comments
 (0)