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
|
fi
|
||||||
|
|
||||||
- if: github.event_name == 'schedule'
|
- if: github.event_name == 'schedule'
|
||||||
name: Run Tests with Twister (Daily)
|
name: Run Tests with Twister (Weekly)
|
||||||
id: run_twister_sched
|
id: run_twister_sched
|
||||||
run: |
|
run: |
|
||||||
export ZEPHYR_BASE=${PWD}
|
export ZEPHYR_BASE=${PWD}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue