mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-21 08:31:11 +00:00
Disable bazel/buck CI jobs on pull requests
These are somewhat annoying to set up for local development, and iterating a PR via GitHub Actions remote builds is painful. Anything that would break these is always easy enough to fix up afterward.
This commit is contained in:
parent
bada403986
commit
42c1ee806f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
buck:
|
||||
name: Buck
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
@ -80,6 +81,7 @@ jobs:
|
||||
bazel:
|
||||
name: Bazel
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'pull_request'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Bazel
|
||||
|
Loading…
x
Reference in New Issue
Block a user