Skip to content

Commit 6a34087

Browse files
authored
Update pull-request.yml
1 parent cf8876a commit 6a34087

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
name: "Pull Request"
2-
on: pull_request
2+
on: [ workflow_dispatch, pull_request ]
3+
4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+
cancel-in-progress: true
7+
8+
permissions:
9+
contents: read
10+
pull-requests: read
11+
checks: write
12+
id-token: write
13+
314
jobs:
415
pr-check:
516
name: "Pull Request Check"

0 commit comments

Comments
 (0)