Skip to content

Commit 3a927e4

Browse files
fix(ci): remove release-packages dep on nixci
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 88b73c2 commit 3a927e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
secrets: inherit
217217

218218
release-packages:
219-
needs: [nixci, test-python]
219+
needs: [test-python]
220220
if: ${{ github.repository_owner == 'sciexp' && github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
221221
concurrency:
222222
group: release-${{ matrix.package.name }}-${{ github.workflow }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)