Cancel in progress PR tests when PR is updated with more commits.

This commit is contained in:
modmuss50
2022-05-10 18:26:09 +01:00
parent 8b3bfde825
commit 5e799e8072

View File

@@ -1,5 +1,10 @@
name: Run Tests
on: [push, pull_request]
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
strategy: