Home
last modified time | relevance | path

Searched full:pull_request (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/vulkan-headers/.github/workflows/
Dci.yml9 pull_request:
20 …if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github…
39 …if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github…
57 …if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github…
79 …if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github…
/third_party/rust/crates/bindgen/.github/workflows/
Dcreate-tag.yml4 pull_request:
10pull_request.merged == true && github.event.pull_request.head.repo.full_name == github.event.pull_…
Drelease.yml44 pull_request:
52 tag: ${{ !github.event.pull_request && github.ref_name || '' }}
53 tag-flag: ${{ !github.event.pull_request && format('--tag={0}', github.ref_name) || '' }}
54 publishing: ${{ !github.event.pull_request }}
68 # functionality based on whether this is a pull_request, and whether it's from a fork.
73 …cargo dist ${{ (!github.event.pull_request && format('host --steps=create --tag={0}', github.ref_n…
/third_party/rust/crates/cxx/.github/workflows/
Dci.yml5 pull_request:
76 if: github.event_name != 'pull_request'
108 if: github.event_name != 'pull_request'
126 if: github.event_name != 'pull_request'
138 if: github.event_name != 'pull_request'
150 if: github.event_name != 'pull_request'
/third_party/rust/crates/link-cplusplus/.github/workflows/
Dci.yml5 pull_request:
34 if: github.event_name != 'pull_request'
44 if: github.event_name != 'pull_request'
/third_party/rust/crates/unicode-ident/.github/workflows/
Dci.yml5 pull_request:
22 if: github.event_name != 'pull_request'
94 if: github.event_name != 'pull_request'
104 if: github.event_name != 'pull_request'
/third_party/rust/crates/quote/.github/workflows/
Dci.yml5 pull_request:
72 if: github.event_name != 'pull_request'
98 if: github.event_name != 'pull_request'
/third_party/libabigail/.github/workflows/
Dbuild-container.yaml21 pull_request: []
75 if: (github.event_name != 'pull_request')
83 if: (github.event_name != 'pull_request')
/third_party/typescript/.github/workflows/
Dcodeql.yml5 pull_request:
26 if: ${{ github.event_name == 'pull_request' }}
/third_party/elfio/.github/workflows/
Dcodeql-analysis.yml6 pull_request:
37 # if: ${{ github.event_name == 'pull_request' }}
/third_party/rust/crates/serde/.github/workflows/
Dci.yml5 pull_request:
138 if: github.event_name != 'pull_request'
167 if: github.event_name != 'pull_request'
/third_party/rust/crates/syn/.github/workflows/
Dci.yml5 pull_request:
164 if: github.event_name != 'pull_request'
177 if: github.event_name != 'pull_request'
/third_party/rust/crates/proc-macro2/.github/workflows/
Dci.yml5 pull_request:
192 if: github.event_name != 'pull_request'
219 if: github.event_name != 'pull_request'
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/.github/workflows/
Dwasm.yml3 on: [ push, pull_request ]
/third_party/spirv-tools/.github/workflows/
Dwasm.yml3 on: [ push, pull_request ]
/third_party/rust/crates/clap/.github/workflows/
Dspelling.yml2 on: [pull_request]
Dpre-commit.yml3 pull_request:
Dcommitted.yml4 on: [pull_request]
/third_party/liburing/.github/workflows/
Dshellcheck.yml6 pull_request:
/third_party/rust/crates/env_logger/.github/workflows/
Dspelling.yml6 on: [pull_request]
Dpre-commit.yml6 pull_request:
/third_party/rust/rust/.github/workflows/
Dci.yml25 pull_request:
43 HEAD_SHA: "${{ github.event.pull_request.head.sha || github.sha }}"
47 if: "github.event_name == 'pull_request'"
77 if: "success() && !env.SKIP_JOB && github.event_name == 'pull_request'"
166 HEAD_SHA: "${{ github.event.pull_request.head.sha || github.sha }}"
461 if: "success() && !env.SKIP_JOB && github.event_name == 'pull_request'"
551 HEAD_SHA: "${{ github.event.pull_request.head.sha || github.sha }}"
581 if: "success() && !env.SKIP_JOB && github.event_name == 'pull_request'"
/third_party/benchmark/.github/workflows/
Dclang-format-lint.yml4 pull_request: {}
Dtest_bindings.yml6 pull_request:
/third_party/rust/crates/minimal-lexical/.github/workflows/
DFeatures.yml4 pull_request:

123456