Skip to content

Commit 72fe2e1

Browse files
authored
[ARCH-333] Update keystore github workflow settings. Part 2 (#1687)
1 parent 0021bc5 commit 72fe2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/keystore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: Fail if any job ran and failed
9696
if: needs.changes.outputs.keystore-src == 'true' &&
97-
(needs.run-tests.outcome != 'success' ||
98-
needs.build-race-tests.outcome != 'success')
97+
(needs.run-tests.result != 'success' ||
98+
needs.build-race-tests.result != 'success')
9999
run: exit 1
100100

0 commit comments

Comments
 (0)