ci: fix signed-off-by checks in master
Only check signed commits for PRs. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
9723b52a80
commit
d2122bccc5
|
@ -21,6 +21,7 @@ jobs:
|
|||
free
|
||||
pwd
|
||||
- name: Signed commit check
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
./ci/check-signed-off-by.sh
|
||||
- name: Mynewt install
|
||||
|
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
free
|
||||
pwd
|
||||
- name: Signed commit check
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
./ci/check-signed-off-by.sh
|
||||
- name: Install stable Rust
|
||||
|
|
Loading…
Reference in New Issue