Merge pull request #14201 from strapi/chore/update-tests-workflow

Limit the amount of GitHub Actions time consumed by tests
This commit is contained in:
Fabien del Carmen 2022-08-26 18:23:45 +02:00 committed by GitHub
commit 2f13051a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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