mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-31 08:55:31 +00:00
build: Only run bisectability check on PRs
Signed-off-by: Rob Bradford <rbradford@rivosinc.com> (cherry picked from commit 3e355298427bfbc13b2c822a1bb68b3d80783e6f)
This commit is contained in:
parent
355148c3d6
commit
196e653a50
4
.github/workflows/quality.yaml
vendored
4
.github/workflows/quality.yaml
vendored
@ -45,8 +45,8 @@ jobs:
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Debug Check (default features)
|
||||
if: ${{ matrix.target == 'x86_64-unknown-linux-gnu' }}
|
||||
- name: Bisectability Check (default features)
|
||||
if: ${{ github.event_name == 'pull_request' && matrix.target == 'x86_64-unknown-linux-gnu' }}
|
||||
run: |
|
||||
set -e
|
||||
commits=$(git rev-list origin/${{ github.base_ref }}..${{ github.sha }})
|
||||
|
Loading…
x
Reference in New Issue
Block a user