From 5e2071de3ce0de3c0635d5589781fdff5784b09c Mon Sep 17 00:00:00 2001 From: Nathan Klick Date: Mon, 4 Dec 2023 22:32:13 -0600 Subject: [PATCH] chore(ci): change the trigger on the PR Formatting workflow (#10270) Signed-off-by: Nathan Klick --- .github/workflows/flow-pull-request-formatting.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flow-pull-request-formatting.yaml b/.github/workflows/flow-pull-request-formatting.yaml index ad787b649216..4791a04c83f9 100644 --- a/.github/workflows/flow-pull-request-formatting.yaml +++ b/.github/workflows/flow-pull-request-formatting.yaml @@ -16,11 +16,13 @@ name: "PR Formatting" on: - pull_request: + pull_request_target: types: - opened - reopened - edited + - ready_for_review + - review_requested - synchronize defaults: @@ -30,10 +32,6 @@ defaults: permissions: statuses: write -concurrency: - group: pr-formatting-${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - jobs: title-check: name: Title Check