Skip to content

Commit a04a207

Browse files
committed
Update build signing bundle action
The action now depends on a new build and validation step. The previous validation action was removed recently. Signed-off-by: Ales Raszka <[email protected]>
1 parent bdc59b7 commit a04a207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-signing-bundle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build signing bundle
44
on: # yamllint disable-line rule:truthy
55
workflow_run:
66
workflows:
7-
- validation
7+
- Build and test
88
branches:
99
- main
1010
types:

0 commit comments

Comments
 (0)