Skip to content

Commit

Permalink
Disable pack-* CI on normal commits
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu committed Dec 13, 2022
1 parent 3a35910 commit dbb23c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
pack-sdist:
needs: [ test ]
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -50,6 +51,7 @@ jobs:

pack-linux:
needs: [ test ]
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -75,6 +77,7 @@ jobs:

pack-windows:
needs: [ test ]
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: windows-latest
strategy:
matrix:
Expand All @@ -101,6 +104,7 @@ jobs:

pack-macos:
needs: [ test ]
if: "startsWith(github.ref, 'refs/tags/')"
runs-on: macos-latest
strategy:
matrix:
Expand Down

0 comments on commit dbb23c5

Please sign in to comment.