Skip to content

Commit d07758d

Browse files
committed
🧹
1 parent 81dbc7e commit d07758d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-tsdownsample.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Perhaps smth more in line with this https://github.com/messense/crfs-rs/blob/main/.github/workflows/Python.yml
8888
name: build on ${{ matrix.os }} (${{ matrix.target }} - ${{ matrix.manylinux || 'auto' }})
8989
# only run on push to main and on release
90-
# if: "success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Full Build'))"
90+
if: "success() && (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Full Build'))"
9191
strategy:
9292
fail-fast: false
9393
matrix:
@@ -166,7 +166,7 @@ jobs:
166166

167167
Release:
168168
needs: [Lint_and_Check, Test, Build]
169-
# if: "success() && startsWith(github.ref, 'refs/tags/')"
169+
if: "success() && startsWith(github.ref, 'refs/tags/')"
170170
runs-on: ubuntu-latest
171171

172172
steps:

0 commit comments

Comments
 (0)