Skip to content

Commit

Permalink
Merge pull request #1876 from Shopify/ko/ci-status
Browse files Browse the repository at this point in the history
Trigger matrix status check for push and PR events
  • Loading branch information
KaanOzkan committed May 1, 2024
2 parents 80a5bb7 + 207c477 commit 9f3dc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
continue-on-error: ${{ !!matrix.experimental }}

buildall:
if: ${{ always() && github.event.pull_request }}
if: ${{ always() }}
runs-on: ubuntu-latest
name: Build (matrix)
needs: [linters, tests]
Expand Down

0 comments on commit 9f3dc1a

Please sign in to comment.