Skip to content

Commit c14d455

Browse files
authored
chore(GAT-1234): Add dependency on semantic job for build step (#1590)
1 parent 8b33e20 commit c14d455

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/semantic-release-workflow.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414

1515
setup-preprod:
1616
uses: ./.github/workflows/build-args.yaml
17+
needs: semantic
1718
with:
1819
environment: preprod
1920

2021
setup-prod:
2122
uses: ./.github/workflows/build-args.yaml
23+
needs: semantic
2224
with:
2325
environment: prod
2426

0 commit comments

Comments
 (0)