From 5c67f88b97c30f04957bd5094369ad24b44e2a3a Mon Sep 17 00:00:00 2001 From: Erwann Roussy Date: Tue, 30 May 2023 16:38:30 +0200 Subject: [PATCH] workflows: rename weekly workflows 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 8c458883e..dfa197e3a 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 +name: Ansible Lint Weekly 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 a5d2cd913..80f1cfa47 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 +name: CI Yocto Weekly env: WORK_DIR: /tmp/seapath_ci_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.sha }}