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 88b73c2 commit 3a927e4Copy full SHA for 3a927e4
.github/workflows/ci.yaml
@@ -216,7 +216,7 @@ jobs:
216
secrets: inherit
217
218
release-packages:
219
- needs: [nixci, test-python]
+ needs: [test-python]
220
if: ${{ github.repository_owner == 'sciexp' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
221
concurrency:
222
group: release-${{ matrix.package.name }}-${{ github.workflow }}-${{ github.ref_name }}
0 commit comments