We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6066b commit 5fc66f6Copy full SHA for 5fc66f6
.github/workflows/twister-publish.yaml
@@ -43,9 +43,11 @@ jobs:
43
if [ "${{github.event.workflow_run.event}}" = "push" ]; then
44
python3 ./scripts/ci/upload_test_results_es.py -r ${run_date} \
45
--run-attempt ${{github.run_attempt}} \
46
+ --run-branch ${{github.ref_name}} \
47
--index zephyr-main-ci-push-1 artifacts/*/*/twister.json
48
elif [ "${{github.event.workflow_run.event}}" = "schedule" ]; then
49
50
51
52
--index zephyr-main-ci-weekly-1 artifacts/*/*/twister.json
53
fi
0 commit comments