Skip to content

Commit

Permalink
Full CI build by default (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Aug 7, 2024
1 parent dd4a137 commit 40fb291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
name: >
build on ${{ matrix.platform || matrix.os }} (${{ matrix.target }} - ${{ matrix.manylinux || 'auto' }})
if: "startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Full Build')"
if: "!contains(github.event.pull_request.labels.*.name, 'Quick Build')"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 40fb291

Please sign in to comment.