Skip to content

Commit e4d2815

Browse files
committed
Minor.
1 parent eb54c0b commit e4d2815

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/keystore.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,15 @@ jobs:
7777
with:
7878
name: go-race-results
7979
path: |
80-
./race.*
80+
./race.*
81+
82+
gate:
83+
name: Keystore Checks Summary
84+
runs-on: ubuntu-latest
85+
needs: [changes, run-tests, build-race-tests]
86+
if: ${{ always() }}
87+
steps:
88+
- name: Fail if any job failed
89+
if: ${{ contains(join(needs.*.result, ','), 'failure') }}
90+
run: exit 1
91+

0 commit comments

Comments
 (0)