From 48801b3b280b70c1e51239c748e160f52efcc9ee Mon Sep 17 00:00:00 2001 From: fdel-car Date: Wed, 24 Aug 2022 18:22:54 +0200 Subject: [PATCH] Limit the amount of GitHub Actions time consumed by tests --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4425244156..20c460090e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: