mirror of
https://github.com/strapi/strapi.git
synced 2025-09-21 14:31:16 +00:00
Limit the amount of GitHub Actions time consumed by tests
This commit is contained in:
parent
4c6e67c493
commit
48801b3b28
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user