Skip to content

Commit 09c5ed1

Browse files
author
Richard Bell
committed
Fix release needs
1 parent 4bf46f9 commit 09c5ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
--enterprise-uri "https://test-api.lifecyclesolutions.ni.com" --enterprise-api-key "${{ secrets.ENTERPRISE_API_KEY }}"
5050
release:
5151
runs-on: ubuntu-latest
52-
needs: build
52+
needs: [build-lint-unit-test, integration-test]
5353
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
5454
steps:
5555
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)