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 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: