Skip to content

Commit 1afc30a

Browse files
committed
gha: only build pre if released works
1 parent 54ac97f commit 1afc30a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
platform: [ubuntu-latest]
2828
python-version: [3.9]
2929
implementation: ${{ fromJson(needs.get_implementations.outputs.matrix) }}
30-
zarr-python: [released, pre]
30+
zarr-python: [released]
3131

3232
steps:
3333
- name: Checkout
@@ -60,3 +60,9 @@ jobs:
6060
- name: Run tests
6161
shell: bash -l {0}
6262
run: make implementations/${{ matrix.implementation }}
63+
64+
test_implementations_pre:
65+
uses: ./github/workflows/build.yml
66+
needs: test_implementations
67+
with:
68+
python: [pre]

0 commit comments

Comments
 (0)