mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Only check DCO on PRs
The DCO tool doesn't understand merge_groups but we still need to have a valid status check to allow the merge group to proceed. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
022f375ef8
commit
96cc1ba76c
1
.github/workflows/dco.yaml
vendored
1
.github/workflows/dco.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Check DCO
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user