Searched full:event_name (Results 1 – 10 of 10) sorted by relevance
40 if [ "${{ github.event_name }}" = "pull_request_target" ]; then42 elif [ "${{ github.event_name }}" = "issues" ]; then44 elif [ "${{ github.event_name }}" = "schedule" ]; then47 echo "Unknown event: ${{ github.event_name }}"
18 … 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" ]; then138 …elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zep…
19 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}84 if [ "${{github.event_name}}" = "pull_request_target" ]; then132 - 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'
52 if: github.event_name == 'pull_request'89 if [[ "${{ github.event_name }}" == "pull_request" ]]; then126 if: github.event_name == 'pull_request'141 if: github.event_name == 'pull_request'149 github.event_name != 'pull_request' &&
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}38 if: github.event_name == 'pull_request'
27 event_name: ${{ github.event.workflow_run.event }}
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}124 --run-workflow "footprint-tracking:${{ github.event_name }}" \
56 if [ "${{github.event_name}}" = "schedule" ]; then
32 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}