We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf46f9 commit 09c5ed1Copy full SHA for 09c5ed1
.github/workflows/python-package.yml
@@ -49,7 +49,7 @@ jobs:
49
--enterprise-uri "https://test-api.lifecyclesolutions.ni.com" --enterprise-api-key "${{ secrets.ENTERPRISE_API_KEY }}"
50
release:
51
runs-on: ubuntu-latest
52
- needs: build
+ needs: [build-lint-unit-test, integration-test]
53
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main')
54
steps:
55
- uses: actions/checkout@v3
0 commit comments