mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 21:38:05 +00:00
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:
commit
2f13051a23
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -5,6 +5,13 @@ on:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '**.mdx?'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
Loading…
x
Reference in New Issue
Block a user