Home
last modified time | relevance | path

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

/external/pytorch/.github/workflows/
Dcheck_mergeability_ghstack.yml33 BRANCH_EXISTS=0
38 BRANCH_EXISTS=1
45 if [ $BRANCH_EXISTS -eq 0 ]; then
/external/tink-java/kokoro/testutils/
Dgithub_release_util.sh47 BRANCH_EXISTS="false"
121 BRANCH_EXISTS="true"
123 readonly BRANCH_EXISTS
126 if [[ "${BRANCH_EXISTS}" == "false" ]]; then
196 if [[ "${BRANCH_EXISTS}" == "true" ]]; then
220 if [[ "${BRANCH_EXISTS}" == "false" ]]; then