From f426db38c28068deaaf75751314ae8c424d9b727 Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 21 Dec 2024 22:49:06 +0800 Subject: [PATCH] CI(full): Try to trigger a full build CI --- .github/workflows/wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 55f2d9b..2bdb752 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -165,7 +165,7 @@ jobs: permissions: id-token: write runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags') + if: ${{ startsWith(github.ref, 'refs/tags') || contains(github.event.head_commit.message, 'CI(full)') }} steps: - uses: actions/download-artifact@v4 with: