Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/.github/workflows/
Dtwister.yaml17 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
53 if: github.event_name == 'pull_request_target'
60 if: github.event_name == 'pull_request_target'
68 if: github.event_name == 'pull_request_target'
82 if: github.event_name == 'pull_request_target'
98 if [ "${{github.event_name}}" = "pull_request_target" ]; then
105 elif [ "${{github.event_name}}" = "push" ]; then
108 …elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zep…
165 if [ "${{github.event_name}}" = "pull_request_target" ]; then
202 …cache_cache_timestamp.outputs.repo }}-${{ github.ref_name }}-${{github.event_name}}-${{ matrix.sub…
[all …]
Ddoc-build.yml81 if [[ "${{ github.event_name }}" == "pull_request" ]]; then
100 if: github.event_name == 'pull_request'
111 if: github.event_name == 'pull_request'
118 if: github.event_name != 'pull_request'
Dbsim-tests-publish.yaml27 event_name: ${{ github.event.workflow_run.event }}
Dbug_snapshot.yaml57 if [ "${{github.event_name}}" = "schedule" ]; then
Dcodecov.yaml8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
72 …key: ${{ steps.ccache_cache_prop.outputs.repo }}-${{github.event_name}}-${{matrix.platform}}-codec…
Dfootprint.yml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
Dfootprint-tracking.yml20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
Dbsim-tests.yaml23 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
Dclang.yaml6 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}