We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1964fda + 42ed2cb commit b66fe57Copy full SHA for b66fe57
.github/workflows/main.yml
@@ -57,6 +57,7 @@ jobs:
57
package:
58
name: "Build, verify, and publish package"
59
runs-on: "ubuntu-latest"
60
+ needs: [tests]
61
62
steps:
63
- uses: "actions/checkout@v4"
0 commit comments