Skip to content
Prev Previous commit
Next Next commit
ci: add pull_request event subtypes
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Sep 16, 2025
commit c7ffbccf513399c2cddd0dbed7183d4835429419
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ on:
branches-ignore:
- gh-readonly-queue/** # Temporary merge queue-related GH-made branches
pull_request:
types:
- opened # default
- synchronize # default
- reopened # default
- ready_for_review # used in PRs created from GitHub Actions workflows
workflow_call:

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

permissions: {}

jobs:
build:
name: ${{ matrix.noxenv }}
Expand Down