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 0f766a2 commit 9516be2Copy full SHA for 9516be2
.github/workflows/ci.yaml
@@ -316,7 +316,7 @@ jobs:
316
secrets: inherit
317
318
release-packages:
319
- needs: [test-python]
+ needs: [test-python, test-omnix-template, nixci]
320
if: ${{ github.repository_owner == 'sciexp' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
321
concurrency:
322
group: release-${{ matrix.package.name }}-${{ github.workflow }}-${{ github.ref_name }}
0 commit comments