diff --git a/.github/workflows/ansible-lint-weekly.yml b/.github/workflows/ansible-lint-weekly.yml index b5033c950..e9970073d 100644 --- a/.github/workflows/ansible-lint-weekly.yml +++ b/.github/workflows/ansible-lint-weekly.yml @@ -4,7 +4,7 @@ # This ensure the main branch is always linted properly # A badge is derived from this workflow -name: Ansible Lint Weekly +name: Ansible Lint env: WORK_DIR: /tmp/seapath_ci_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.sha }} diff --git a/.github/workflows/ci-yocto-weekly.yml b/.github/workflows/ci-yocto-weekly.yml index 38a2c9659..2edba1311 100644 --- a/.github/workflows/ci-yocto-weekly.yml +++ b/.github/workflows/ci-yocto-weekly.yml @@ -4,7 +4,7 @@ # This ensure the main branch is always tested properly. # A badge is derived from this workflow. -name: CI Yocto Weekly +name: CI Yocto env: WORK_DIR: /tmp/seapath_ci_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.sha }}