Skip to content

Commit c7ffbcc

Browse files
committed
ci: add pull_request event subtypes
Signed-off-by: William Woodruff <[email protected]>
1 parent bceb264 commit c7ffbcc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@ on:
66
branches-ignore:
77
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
88
pull_request:
9+
types:
10+
- opened # default
11+
- synchronize # default
12+
- reopened # default
13+
- ready_for_review # used in PRs created from GitHub Actions workflows
914
workflow_call:
1015

1116
concurrency:
1217
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
1318
cancel-in-progress: true
1419

20+
permissions: {}
21+
1522
jobs:
1623
build:
1724
name: ${{ matrix.noxenv }}

0 commit comments

Comments
 (0)