Skip to content

Commit cea3692

Browse files
committed
add collect results
1 parent e80fa2d commit cea3692

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/label-validation.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,15 @@ jobs:
103103
dp-attn: ${{ matrix.config.dp-attn }}
104104
conc: ${{ matrix.config.conc }}
105105

106-
calc-success-rate:
106+
collect-results:
107107
needs: validate
108108
if: ${{ always() }}
109+
uses: ./.github/workflows/collect-results.yml
110+
secrets: inherit
111+
112+
calc-success-rate:
113+
needs: collect-results
114+
if: ${{ always() }}
109115
runs-on: ubuntu-latest
110116

111117
env:

0 commit comments

Comments
 (0)