File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 upload-to-elasticsearch :
1414 if : |
15- github.repository == 'zephyrproject-rtos/zephyr' &&
15+ github.repository == 'zephyrproject-rtos/zephyr-testing ' &&
1616 github.event.workflow_run.event != 'pull_request_target'
1717 env :
1818 ELASTICSEARCH_KEY : ${{ secrets.ELASTICSEARCH_KEY }}
5252 if [ "${{github.event.workflow_run.event}}" = "push" ]; then
5353 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
5454 --run-attempt ${{github.run_attempt}} \
55+ --run-branch ${{github.ref_name}} \
5556 --index zephyr-main-ci-push-1 artifacts/*/*/twister.json
5657 elif [ "${{github.event.workflow_run.event}}" = "schedule" ]; then
5758 python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
5859 --run-attempt ${{github.run_attempt}} \
60+ --run-branch ${{github.ref_name}} \
5961 --index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
6062 fi
You can’t perform that action at this time.
0 commit comments