Searched full:github_actions (Results 1 – 25 of 32) sorted by relevance
12
20 GITHUB_ACTIONS = os.getenv("GITHUB_ACTIONS") == "true" variable24 if GITHUB_ACTIONS:30 if GITHUB_ACTIONS:
41 5. Wait for [GitHub Actions][github_actions] to start building the release.53 7. Wait for [GitHub Actions][github_actions] to build and publish releases for both Windows and59 [github_actions]: https://github.com/square/moshi/actions
34 4. Wait for [GitHub Actions][github_actions] to build and promote the release.36 [github_actions]: https://github.com/square/okio/actions
14 if [[ ! -z "$GITHUB_ACTIONS" ]]
44 if [ ! -z "$GITHUB_ACTIONS" ]
87 export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS -e COVERAGE"210 export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS -e COVERAGE"
21 -e GITHUB_ACTIONS \
57 [[ ${GITHUB_ACTIONS+x} && ${GITHUB_REF-} =~ ^refs/pull/[0-9]+/merge ]] || {
311 if [[ "${GITHUB_ACTIONS+x}" ]]; then
7 - github_actions11 - github_actions
48 if 'GITHUB_ACTIONS' not in os.environ:
137 GitHub Actions <github_actions>
149 -e GITHUB_ACTIONS \
239 -e GITHUB_ACTIONS \
172 -e GITHUB_ACTIONS \
189 -e GITHUB_ACTIONS \
252 std::env::var("GITHUB_ACTIONS").is_ok() in on_ci()
201 export CI_ENV="$(bash <(curl -s https://codecov.io/env)) -e GITHUB_ACTIONS -e OTBR_COVERAGE"
102 if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then113 if [[ ! -z ${GITHUB_ACTIONS+x} ]] && [[ ! -z ${IN_GROUP+x} ]]; then
196 "GITHUB_ACTIONS"
90 "get_started/github_actions.rst",