mirror of
https://github.com/project-zot/zot.git
synced 2024-12-16 21:56:37 -05:00
dco: enable DCO checks only on PRs (#812)
GitHub allows a "Squash and Merge" model which does an automatic rebase but commit GPG signature is from GitHub. So disable DCO checks only when merging. Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
parent
04da7fb1b7
commit
b919279eef
1 changed files with 0 additions and 1 deletions
1
.github/workflows/dco.yml
vendored
1
.github/workflows/dco.yml
vendored
|
@ -2,7 +2,6 @@
|
|||
name: DCO
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
|
|
Loading…
Reference in a new issue