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:
Benjamin Cabé 2025-01-17 16:40:44 +01:00 committed by Benjamin Cabé
commit 576b27a3f7

View file

@ -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}