diff --git a/.github/workflows/verible-ci.yml b/.github/workflows/verible-ci.yml index cf0b7a1cf..bdcec1929 100644 --- a/.github/workflows/verible-ci.yml +++ b/.github/workflows/verible-ci.yml @@ -56,7 +56,7 @@ jobs: name: Check ยท ${{ matrix.mode }} steps: - + - name: Cancel previous uses: styfle/cancel-workflow-action@0.8.0 with: @@ -160,6 +160,9 @@ jobs: Build: needs: Matrix runs-on: ubuntu-20.04 + # Github actions resources are limited; don't build artifacts for all + # platforms on every pull request, only on push. + if: ${{github.event_name == 'push'}} strategy: fail-fast: false matrix: