Skip to content

Commit

Permalink
remove pull request trigger on pull request checks, this should only …
Browse files Browse the repository at this point in the history
…run in the context of the target branch
  • Loading branch information
mikealfare committed Dec 7, 2024
1 parent 325f534 commit 33abd53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: "Pull request checks"
run-name: "Publish - #${{ github.event.number }} - ${{ github.actor }}"

on:
pull_request:
pull_request_target:
types: [opened, reopened, synchronize, labeled, unlabeled]

Expand Down

0 comments on commit 33abd53

Please sign in to comment.