run when ready for review, cancel old workflow
This commit is contained in:
parent
22432b01dd
commit
920b6d1a56
5
.github/workflows/pr.yaml
vendored
5
.github/workflows/pr.yaml
vendored
@ -1,9 +1,14 @@
|
|||||||
name: test pr
|
name: test pr
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types: [opened,synchronize,ready_for_review,edited,reopened]
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.head_ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Run the lint on every PR, even from external repos
|
# Run the lint on every PR, even from external repos
|
||||||
lint:
|
lint:
|
||||||
|
Loading…
Reference in New Issue
Block a user