From e50cbdb9f8f8c645c1a2a73f4838acf0c45e272a Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 13 Nov 2021 17:53:37 -0500 Subject: [PATCH] actions: compliance: minor improvements Namespace job names and retry west update if something goes wrong the first time. Signed-off-by: Anas Nashif --- .github/workflows/compliance.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index dbf71e7b7b7..47330831b9a 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -1,4 +1,4 @@ -name: Compliance +name: Compliance Checks on: pull_request @@ -19,7 +19,7 @@ jobs: run: | python3 ./scripts/get_maintainer.py path CMakeLists.txt - compliance_job: + check_compliance: runs-on: ubuntu-latest name: Run compliance checks on patch series (PR) steps: @@ -57,7 +57,7 @@ jobs: # debug git log --pretty=oneline | head -n 10 west init -l . || true - west update + west update 2>&1 1> west.update.log - name: Run Compliance Tests continue-on-error: true