Skip to content

Commit

Permalink
ci: twister: start weekly run earlier
Browse files Browse the repository at this point in the history
Start weekly run a bit earlier to make use of idle night time of the
weekend.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and kartben committed Feb 15, 2025
1 parent 22cd514 commit ff4dc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- v*-branch
- collab-*
schedule:
# Run at 03:00 UTC on every Sunday
- cron: '0 3 * * 0'
# Run at 17:00 UTC on every Saturday
- cron: '0 17 * * 6'

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit ff4dc62

Please sign in to comment.