We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7bb58 commit 328a6c5Copy full SHA for 328a6c5
.github/workflows/build.yml
@@ -55,6 +55,7 @@ jobs:
55
56
build-and-test:
57
runs-on: ${{ matrix.runs-on }}
58
+ needs: [create-draft-release]
59
timeout-minutes: 40
60
strategy:
61
matrix:
0 commit comments