Home
last modified time | relevance | path

Searched full:github_ref (Results 1 – 25 of 44) sorted by relevance

12

/external/python/typing_extensions/scripts/
Dcheck_package.py12 def check(github_ref: str | None) -> None:
20 if github_ref is not None and github_ref.startswith("refs/tags/"):
21 version = github_ref.removeprefix("refs/tags/")
53 "github_ref", type=str, help="The current GitHub ref", nargs="?"
57 check(args.github_ref)
/external/executorch/.github/workflows/
Ddoc-build.yml40 …ENT_NAME} = 'pull_request' && (${GITHUB_BASE_REF} = 'release'*)) || (${GITHUB_REF} = 'refs/heads/r…
50 GITHUB_REF=${{ github.ref }}
51 echo "$GITHUB_REF"
52 export ET_VERSION_DOCS="${GITHUB_REF}"
69 echo "GitHub Ref: ${GITHUB_REF}"
97 export GITHUB_REF=${{ github.ref }}
101 if [[ "${GITHUB_REF}" =~ ^refs/tags/v([0-9]+\.[0-9]+) ]]; then
Dghstack_land.yml38 … python .github/scripts/propose_ghstack_orig_pr.py --ref $GITHUB_REF --repo pytorch/executorch
41 GITHUB_REF: ${{ github.ref }}
/external/pytorch/.ci/docker/conda/
Dbuild.sh60 GITHUB_REF=${GITHUB_REF:-$(git symbolic-ref -q HEAD || git describe --tags --exact-match)}
61 GIT_BRANCH_NAME=${GITHUB_REF##*/}
69 if [[ -n ${GITHUB_REF} ]]; then
/external/sdv/vsomeip/third_party/boost/function/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/sdv/vsomeip/third_party/boost/assert/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/sdv/vsomeip/third_party/boost/throw_exception/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/sdv/vsomeip/third_party/boost/system/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/sdv/vsomeip/third_party/boost/endian/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/sdv/vsomeip/third_party/boost/smart_ptr/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/sdv/vsomeip/third_party/boost/core/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/sdv/vsomeip/third_party/boost/bind/.github/workflows/
Dci.yml127 echo GITHUB_REF: $GITHUB_REF
128 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
183 echo GITHUB_REF: %GITHUB_REF%
184 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/pytorch/.ci/docker/libtorch/
Dbuild.sh76 GITHUB_REF=${GITHUB_REF:-$(git symbolic-ref -q HEAD || git describe --tags --exact-match)}
77 GIT_BRANCH_NAME=${GITHUB_REF##*/}
86 if [[ -n ${GITHUB_REF} ]]; then
/external/sdv/vsomeip/third_party/boost/property_tree/.github/workflows/
Dci.yml134 echo GITHUB_REF: $GITHUB_REF
135 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
210 echo GITHUB_REF: %GITHUB_REF%
211 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/zstd/.github/workflows/
Dpublish-release-artifacts.yml28 export TAG="$(echo "$GITHUB_REF" | sed -n 's_^refs/tags/__p')"
30 echo "action must be run on a tag. GITHUB_REF is not a tag: $GITHUB_REF"
/external/pytorch/.ci/docker/manywheel/
Dbuild.sh137 GITHUB_REF=${GITHUB_REF:-$(git symbolic-ref -q HEAD || git describe --tags --exact-match)}
147 if [[ -n ${GITHUB_REF} ]]; then
/external/dagger2/util/
Dgenerate-latest-docs.sh5 [ "$GITHUB_REF" == "refs/heads/master" ]; then
34 echo -e "Not publishing docs for branch=${$GITHUB_REF}"
/external/pytorch/torch/_logging/
Dscribe.py30 …iggered the workflow run, e.g., refs/pull/133891/merge or refs/heads/main. Derived from GITHUB_REF.
31 6: optional string github_ref;
/external/openthread/script/
Dgit-tool57 [[ ${GITHUB_ACTIONS+x} && ${GITHUB_REF-} =~ ^refs/pull/[0-9]+/merge ]] || {
62 pr="$(echo "${GITHUB_REF}" | cut -d/ -f3)"
/external/pytorch/benchmarks/dynamo/pr_time_benchmarks/
Dbenchmark_base.py36 …iggered the workflow run, e.g., refs/pull/133891/merge or refs/heads/main. Derived from GITHUB_REF.
37 21: optional string github_ref;
/external/volley/
Dpublish-snapshot-on-commit.sh3 GITHUB_BRANCH=${GITHUB_REF#refs/heads/}
/external/sdv/vsomeip/third_party/boost/exception/.github/workflows/
Dci.yml122 REF=${GITHUB_BASE_REF:-$GITHUB_REF}
169 if "%GITHUB_BASE_REF%" == "" set GITHUB_BASE_REF=%GITHUB_REF%
/external/libbpf/.github/workflows/
Dcoverity.yml22 export COVERITY_SCAN_BRANCH_PATTERN=${GITHUB_REF##refs/*/}
/external/pytorch/.github/scripts/
Dparse_ref.py16 ref = os.environ["GITHUB_REF"]
/external/pytorch/.github/actions/pytest-cache-download/
Daction.yml42 --pr_identifier $GITHUB_REF \

12