Skip to content

Commit

Permalink
workflows: rename weekly badges
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
eroussy committed May 31, 2023
1 parent 9f5b115 commit 8f6e2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-yocto-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8f6e2fe

Please sign in to comment.