Searched full:fullrun (Results 1 – 2 of 2) sorted by relevance
12 fullrun:13 description: fullrun14 …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_OUTPUT115 fullrun: ${{ steps.output-services.outputs.fullrun }}147 echo "fullrun=${TWISTER_FULL}" >> $GITHUB_OUTPUT
154 … if [ "${{matrix.subset}}" = "1" -a ${{needs.twister-build-prep.outputs.fullrun}} = 'True' ]; then