From 8f6e2fe7c988148aa86bc28f0503da94cd584183 Mon Sep 17 00:00:00 2001 From: Erwann Roussy Date: Wed, 31 May 2023 15:07:35 +0200 Subject: [PATCH] workflows: rename weekly badges In order to display all badges the same way on the seapath github main page, the weekly workflows have to be renamed. A weekly CI for debian should also be created and all workflows correctly named after that. Signed-off-by: Erwann Roussy --- .github/workflows/ansible-lint-weekly.yml | 2 +- .github/workflows/ci-yocto-weekly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}