Home
last modified time | relevance | path

Searched full:event_name (Results 1 – 10 of 10) 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 }}
84 if [ "${{github.event_name}}" = "pull_request_target" ]; then
132 - if: github.event_name == 'push'
146 - if: github.event_name == 'pull_request_target'
162 - if: github.event_name == 'schedule'
193 - if: matrix.subset == 1 && github.event_name == 'push'
203 - if: matrix.subset == 1 && github.event_name == 'push'
Ddoc-build.yml52 if: github.event_name == 'pull_request'
89 if [[ "${{ github.event_name }}" == "pull_request" ]]; then
126 if: github.event_name == 'pull_request'
141 if: github.event_name == 'pull_request'
149 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
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 }}