Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 657c69b

Browse files
committed
Ensures deploy run before sign and attest
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
1 parent 71d8b52 commit 657c69b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/full.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
- call-sast
192192
- call-secret-scanning
193193
- call-iac
194+
- call-deploy
194195
uses: ./.github/workflows/sign.yml
195196
with:
196197
should-deploy: ${{ inputs.should-deploy }}
@@ -209,6 +210,7 @@ jobs:
209210
- call-sast
210211
- call-secret-scanning
211212
- call-iac
213+
- call-deploy
212214
uses: ./.github/workflows/attest.yml
213215
with:
214216
should-deploy: ${{ inputs.should-deploy }}

0 commit comments

Comments
 (0)