Skip to content

Commit 36d4f2f

Browse files
authored
Update release.yml
1 parent c1c4832 commit 36d4f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- run: ${{ matrix.build_command }}
9797

9898
test_restoring:
99-
needs: test_saving
99+
needs: [build, test_saving]
100100
strategy:
101101
matrix: ${{ fromJSON(needs.build.outputs.matrix) }}
102102
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)