Add arm stage as a depends_on for manifest stages (#61)

This commit is contained in:
Jamie Li 2022-08-17 02:24:11 -04:00 committed by GitHub
parent 725950ee02
commit 1c34458f6c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -328,6 +328,7 @@ trigger:
depends_on: depends_on:
- default - default
- arm
--- ---
kind: pipeline kind: pipeline
@ -382,3 +383,4 @@ trigger:
depends_on: depends_on:
- default - default
- arm