Skip to content

Commit 9516be2

Browse files
fix(ci): make release-packages depend on template tests and nixci
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 0f766a2 commit 9516be2

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
@@ -316,7 +316,7 @@ jobs:
316316
secrets: inherit
317317

318318
release-packages:
319-
needs: [test-python]
319+
needs: [test-python, test-omnix-template, nixci]
320320
if: ${{ github.repository_owner == 'sciexp' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') }}
321321
concurrency:
322322
group: release-${{ matrix.package.name }}-${{ github.workflow }}-${{ github.ref_name }}

0 commit comments

Comments
 (0)