Skip to content

Commit 2875a8c

Browse files
author
Alon Yeshurun
committed
Update workflow
1 parent 6a7a8f7 commit 2875a8c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/changelog-existence.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: 🔄 Changelog Existence
44

55
on:
6-
pull_request_target:
6+
pull_request:
77
branches:
88
- main
99
types:
@@ -12,15 +12,14 @@ on:
1212
- labeled
1313
- unlabeled
1414
- synchronize
15-
- edited
1615
workflow_dispatch:
1716

18-
# concurrency:
19-
# group: ${{ format('{0}-{1}-{2}-{3}-{4}', github.workflow, github.event_name, github.ref, github.base_ref || null, github.head_ref || null) }}
20-
# cancel-in-progress: true
17+
concurrency:
18+
group: ${{ format('{0}-{1}-{2}-{3}-{4}', github.workflow, github.event_name, github.ref, github.base_ref || null, github.head_ref || null) }}
19+
cancel-in-progress: true
2120

2221
permissions:
23-
#pull-requests: write
22+
pull-requests: write
2423
contents: read
2524
issues: write
2625

0 commit comments

Comments
 (0)