Home
last modified time | relevance | path

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

/Zephyr-latest/.github/workflows/
Dassigner.yml40 if [ "${{ github.event_name }}" = "pull_request_target" ]; then
42 elif [ "${{ github.event_name }}" = "issues" ]; then
44 elif [ "${{ github.event_name }}" = "schedule" ]; then
47 echo "Unknown event: ${{ github.event_name }}"
Dtwister-prep.yaml18 … if: github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request_target'
110 …hub.repository_owner == 'zephyrproject-rtos' && (github.event_name == 'push' || github.event_name
135 if [ "${{github.event_name}}" = "push" ]; then
138 …elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zep…
Dtwister.yaml19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
83 if [ "${{github.event_name}}" = "pull_request_target" ]; then
131 - if: github.event_name == 'push'
145 - if: github.event_name == 'pull_request_target'
161 - if: github.event_name == 'schedule'
192 - if: matrix.subset == 1 && github.event_name == 'push'
202 - if: matrix.subset == 1 && github.event_name == 'push'
Ddoc-build.yml65 ( needs.doc-file-check.outputs.file_check == 'true' || github.event_name != 'pull_request' )
89 if: github.event_name == 'pull_request'
129 if [[ "${{ github.event_name }}" == "pull_request" ]]; then
165 if: github.event_name == 'pull_request'
180 if: github.event_name == 'pull_request'
189 github.event_name != 'pull_request' &&
Dhello_world_multiplatform.yaml20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
38 if: github.event_name == 'pull_request'
Dbsim-tests-publish.yaml27 event_name: ${{ github.event.workflow_run.event }}
Dfootprint-tracking.yml20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
124 --run-workflow "footprint-tracking:${{ github.event_name }}" \
Dbug_snapshot.yaml56 if [ "${{github.event_name}}" = "schedule" ]; then
Dclang.yaml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
Dbsim-tests.yaml32 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
Dcodecov.yaml8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}