Limit the amount of GitHub Actions time consumed by tests

This commit is contained in:
fdel-car 2022-08-24 18:22:54 +02:00
parent 4c6e67c493
commit 48801b3b28

View File

@ -5,6 +5,13 @@ on:
branches:
- main
pull_request:
paths-ignore:
- 'docs'
- '**/**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
lint: