Commit 5b7cc3bf authored by Anas Nashif's avatar Anas Nashif
Browse files

actions: twister: fix action cron



Fix cron for twister action and fix target branch.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 4c265418
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@ name: Run tests with twister
on:
  push:
    branches:
      - main
      - v2.7-auditable-branch
  pull_request_target:
    branches:
      - main
      - v2.7-auditable-branch
  schedule:
    # Run at 00:00 on Saturday
    - cron: '0 88888888 * * 6'
    - cron: '0 8 * * 6'

jobs:
  twister-build-prep: