Skip to content

Commit

Permalink
workflows: rename weekly workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Erwann Roussy <[email protected]>
  • Loading branch information
eroussy committed May 31, 2023
1 parent 89148b8 commit 5c67f88
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
name: Ansible Lint Weekly

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
name: CI Yocto Weekly

env:
WORK_DIR: /tmp/seapath_ci_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.sha }}
Expand Down

0 comments on commit 5c67f88

Please sign in to comment.