From d4c0624aa32a154bf27d0cafeb049fb1c4890dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Dupr=C3=A9?= Date: Mon, 19 Feb 2024 10:50:55 +0100 Subject: [PATCH] github/workflows: rename weekly workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit renames the weekly workflows to be more explicit about their purpose. This will make it easier to understand what they are doing when looking at the list of workflows in the GitHub interface. Signed-off-by: Mathieu Dupré --- .github/workflows/ansible-lint-yocto-weekly.yml | 2 +- .github/workflows/ci-yocto-weekly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint-yocto-weekly.yml b/.github/workflows/ansible-lint-yocto-weekly.yml index 1492f2a8b..66e9b491f 100644 --- a/.github/workflows/ansible-lint-yocto-weekly.yml +++ b/.github/workflows/ansible-lint-yocto-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 Yocto main +name: Ansible Lint weekly Yocto on: schedule: diff --git a/.github/workflows/ci-yocto-weekly.yml b/.github/workflows/ci-yocto-weekly.yml index 15fdcb8f0..a056c122d 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 main +name: CI weekly Yocto on: schedule: