We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97b8fb commit 9ed24f8Copy full SHA for 9ed24f8
.github/workflows/publish-to-nuget.yml
@@ -21,6 +21,8 @@ jobs:
21
22
publish-to-nuget:
23
24
+ needs: build-and-test
25
+
26
runs-on: ubuntu-latest
27
28
steps:
0 commit comments