Skip to content

Commit 1aa433e

Browse files
authored
Deploy snapshots only when all tests succeed (#263)
1 parent 7259b17 commit 1aa433e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
deploy-snapshot:
7171
runs-on: ubuntu-latest
72-
needs: build
72+
needs: results
7373
if: github.ref == 'refs/heads/main'
7474

7575
steps:

0 commit comments

Comments
 (0)