Skip to content

Commit 9ed24f8

Browse files
committed
Made publish-to-nuget job dependent on build-and-test
1 parent f97b8fb commit 9ed24f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-nuget.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
publish-to-nuget:
2323

24+
needs: build-and-test
25+
2426
runs-on: ubuntu-latest
2527

2628
steps:

0 commit comments

Comments
 (0)