Commit d2122bcc authored by Fabio Utzig's avatar Fabio Utzig Committed by Fabio Utzig
Browse files

ci: fix signed-off-by checks in master



Only check signed commits for PRs.

Signed-off-by: default avatarFabio Utzig <fabio.utzig@nordicsemi.no>
parent 9723b52a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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