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

Commit

Permalink
Revert "Github Actions pull_request synchronize runs on PR open anywa…
Browse files Browse the repository at this point in the history
…y" (#8720)

* Revert "Github Actions pull_request synchronize runs on PR open anyway (#8718)"

This reverts commit eaace4b.

* Update pull_request.yaml
  • Loading branch information
t3chguy authored May 30, 2022
1 parent af6ded3 commit e87ef3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Pull Request
on:
pull_request_target:
types: [ edited, labeled, unlabeled, synchronize ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
types: [ opened, edited, labeled, unlabeled, synchronize ]
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
jobs:
changelog:
name: Preview Changelog
Expand Down

0 comments on commit e87ef3b

Please sign in to comment.