Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Github Actions pull_request synchronize runs on PR open anyway (#8718)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 30, 2022
1 parent 5b520e8 commit eaace4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull Request
on:
pull_request_target:
types: [ opened, edited, labeled, unlabeled, synchronize ]
types: [ edited, labeled, unlabeled, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit eaace4b

Please sign in to comment.