ci: twister: rename weekly twister job
Properly name the twister weekly job to reflect it's running... weekly, not daily. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
e50645468c
commit
576b27a3f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/twister.yaml
vendored
2
.github/workflows/twister.yaml
vendored
|
@ -160,7 +160,7 @@ jobs:
|
|||
fi
|
||||
|
||||
- if: github.event_name == 'schedule'
|
||||
name: Run Tests with Twister (Daily)
|
||||
name: Run Tests with Twister (Weekly)
|
||||
id: run_twister_sched
|
||||
run: |
|
||||
export ZEPHYR_BASE=${PWD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue