Skip to content

Commit

Permalink
github/workflows: rename weekly workflows
Browse files Browse the repository at this point in the history
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é <mathieu.dupre@savoirfairelinux.com>
  • Loading branch information
dupremathieu committed Feb 19, 2024
1 parent 8135d5a commit d4c0624
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint-yocto-weekly.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion .github/workflows/ci-yocto-weekly.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit d4c0624

Please sign in to comment.