Don't start multiple tests for PRs

This commit is contained in:
Ricki Hirner 2023-09-12 13:03:15 +02:00
parent 464ba7d76e
commit bc7a320916
No known key found for this signature in database
GPG Key ID: 79A019FCAAEDD3AA

View File

@ -1,5 +1,5 @@
name: Development tests
on: [push, pull_request]
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true