Home
last modified time | relevance | path

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

/third_party/python/.github/workflows/
Dbuild.yml24 if [ -z "GITHUB_BASE_REF" ]; then
27 git fetch origin $GITHUB_BASE_REF --depth=1
28 …git diff --name-only origin/$GITHUB_BASE_REF... | grep -qvE '(\.rst$|^Doc|^Misc)' && echo '::set-o…