Skip to content

Commit 16ef99a

Browse files
committed
Fix release verification workflow for qemu
Fix release verification workflow for qemu
1 parent 99e2f65 commit 16ef99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
//:test_scrample_qemu \
5050
release_verification:
5151
runs-on: ubuntu-latest
52-
needs: [build_host, build_target, test_host]
53-
if: always() && (needs.build_host.result == 'failure' || needs.build_target.result == 'failure' || needs.test_host.result == 'failure')
52+
needs: [test_target]
53+
if: always() && (needs.test_target.result == 'failure')
5454
steps:
5555
- name: Remove release and tag (if exists)
5656
uses: nikhilbadyal/[email protected]

0 commit comments

Comments
 (0)