Skip to content

Commit f4a9989

Browse files
committed
release 0.1.4
1 parent 80ef7a1 commit f4a9989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tsdownsample.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Perhaps smth more in line with this https://github.com/messense/crfs-rs/blob/main/.github/workflows/Python.yml
9898
name: build on ${{ matrix.os }} (${{ matrix.target }} - ${{ matrix.manylinux || 'auto' }})
9999
# only run on push to main and on release
100-
if: "success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Full Build'))"
100+
# if: "success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Full Build'))"
101101
strategy:
102102
fail-fast: false
103103
matrix:
@@ -176,7 +176,7 @@ jobs:
176176

177177
Release:
178178
needs: [Lint_and_Check, Test, Build]
179-
if: "success() && startsWith(github.ref, 'refs/tags/')"
179+
# if: "success() && startsWith(github.ref, 'refs/tags/')"
180180
runs-on: ubuntu-latest
181181

182182
steps:

0 commit comments

Comments
 (0)