Skip to content

Commit

Permalink
Prevent multiple changelog commits at once
Browse files Browse the repository at this point in the history
If several try running at once, it'll fail for every action started while another one was running.
  • Loading branch information
DebugOk authored Aug 16, 2023
1 parent df989e8 commit 8aa3383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: PR Changelogs
concurrency: commit_action
on:
pull_request_target:
types: [closed]
Expand Down

0 comments on commit 8aa3383

Please sign in to comment.