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:
parent
c304db56f1
commit
23f0578042
1 changed files with 1 additions and 1 deletions
2
.github/workflows/twister.yaml
vendored
2
.github/workflows/twister.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue