Skip to content

Commit

Permalink
Don't build PRs until we have a working pipeline
Browse files Browse the repository at this point in the history
Avoid building each commit twice while we're figuring out the CI
pipeline. We should revert this change before merging this PR into the
main branch.
  • Loading branch information
matiasgarciaisaia committed Mar 6, 2024
1 parent a940dfb commit 679bf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI

on: [push, pull_request]
on: [push] # FIXME: Temporarily avoid building PRs while setting up the CI

jobs:
test:
Expand Down

0 comments on commit 679bf80

Please sign in to comment.