Searched full:workflow_run (Results 1 – 3 of 3) sorted by relevance
3 workflow_run:15 workflow: ${{github.event.workflow_run.name}}16 run_id: ${{github.event.workflow_run.id}}37 `${{github.event.workflow_run.id}}/jobs" \48 `${{github.event.workflow_run.head_sha}}" \
3 workflow_run:15 if: ${{github.event.workflow_run.conclusion == 'success' &&16 github.event.workflow_run.head_sha == github.sha}}21 ref: ${{github.event.workflow_run.head_sha}}32 workflow: ${{github.event.workflow_run.name}}33 run_id: ${{github.event.workflow_run.id}}211 target_commitish: "${{github.event.workflow_run.head_sha}}",
3 workflow_run:13 if: ${{ github.event.workflow_run.conclusion == 'success' }}