Skip to content

Commit

Permalink
ci: twister: rename weekly twister job
Browse files Browse the repository at this point in the history
Properly name the twister weekly job to reflect it's running... weekly,
not daily.

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben committed Jan 17, 2025
1 parent 7faafda commit 3718f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3718f12

Please sign in to comment.