run when ready for review, cancel old workflow

This commit is contained in:
scrungus 2023-02-03 17:15:01 +00:00
parent 22432b01dd
commit 920b6d1a56

View File

@ -1,9 +1,14 @@
name: test pr
on:
pull_request:
types: [opened,synchronize,ready_for_review,edited,reopened]
branches:
- main
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
# Run the lint on every PR, even from external repos
lint: