Skip to content

PR 1 Changed by gtjoseph #16

PR 1 Changed by gtjoseph

PR 1 Changed by gtjoseph #16

Workflow file for this run

name: PRChanged
# WARNING! The run name MUST start with "PR <pr_number>".
# The accompanying privleged workflow parses this to find
# the PR number. It's the only reliable way it can get it.
run-name: "PR ${{ github.event.number }} Changed by ${{ github.actor }}"
on:
pull_request_target:
types: [opened, reopened, synchronize, labeled]
jobs:
PRChanged:
name: "run-check"
concurrency:
group: check-${{ github.base_ref }}-${{ github.ref_name }}
cancel-in-progress: true
uses: ./.github/workflows/AsteriskPRChanged.yml