Skip to content

Commit

Permalink
remove pull_request as a trigger in pull-request-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 10, 2025
1 parent 4d41dc7 commit 22e54fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ run-name: "Publish - #${{ github.event.number }} - ${{ github.actor }}"
on:
pull_request_target:
types: [opened, reopened, synchronize, labeled, unlabeled]
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled]

# only run this once per PR at a time
concurrency:
Expand Down

0 comments on commit 22e54fb

Please sign in to comment.