Skip to content

TEMP pull_request_target, not _trigger #1

TEMP pull_request_target, not _trigger

TEMP pull_request_target, not _trigger #1

name: DELETE_ME on pull_request_target

Check failure on line 1 in .github/workflows/DELETE_ME_on_pull_request_target.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/DELETE_ME_on_pull_request_target.yml

Invalid workflow file

`pull_request_trigger` is not a valid event name
on:
pull_request_trigger:
permissions:
checks: write
statuses: write
# Only run the latest job
concurrency:
group: '${{ github.workflow }} - ${{ github.event.workflow_run.event }}: ${{ github.event.workflow_run.head_repository.full_name }}@${{ github.event.workflow_run.head_branch }}'
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"