Skip to content

Commit

Permalink
chore(ci): change the trigger on the PR Formatting workflow (#10270)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
  • Loading branch information
nathanklick committed Dec 5, 2023
1 parent ba16e00 commit 5e2071d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/flow-pull-request-formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@

name: "PR Formatting"
on:
pull_request:
pull_request_target:
types:
- opened
- reopened
- edited
- ready_for_review
- review_requested
- synchronize

defaults:
Expand All @@ -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
Expand Down

0 comments on commit 5e2071d

Please sign in to comment.