ci: twister: checkout tree when merging results

Needed for the script used to upload results to opensearch.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-11-20 07:02:41 -05:00 committed by Carles Cufí
commit 23f0578042

View file

@ -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: