Home
last modified time | relevance | path

Searched full:fullrun (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/.github/workflows/
Dtwister-prep.yaml12 fullrun:
13 description: fullrun
14 …value: ${{ jobs.prep_push.outputs.fullrun != '' && jobs.prep_push.outputs.fullrun || jobs.prep_pr.…
27 fullrun: ${{ steps.output-services.outputs.fullrun }}
107 echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
115 fullrun: ${{ steps.output-services.outputs.fullrun }}
147 echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
Dtwister.yaml154 … if [ "${{matrix.subset}}" = "1" -a ${{needs.twister-build-prep.outputs.fullrun}} = 'True' ]; then