Commit 23f05780 authored by Anas Nashif's avatar Anas Nashif Committed by Carles Cufi
Browse files

ci: twister: checkout tree when merging results



Needed for the script used to upload results to opensearch.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent c304db56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ jobs:

    steps:
      # Needed for opensearch and upload script
      - if: github.event_name == 'push'
      - if: github.event_name == 'push' || github.event_name == 'schedule'
        name: Checkout
        uses: actions/checkout@v3
        with: