concurrency mode for tests build

This commit is contained in:
Slawomir Jaranowski 2021-08-29 22:01:35 +02:00
parent 2261292f40
commit 4ce3c6745c
No known key found for this signature in database
GPG Key ID: F8484389379ACEAC

View File

@ -2,13 +2,19 @@ name: Test
on:
pull_request:
branches:
- 'main'
push:
branches-ignore:
- 'dependabot/**'
branches:
- 'main'
schedule:
- cron: '22 23 * * 5'
concurrency:
group: test-action
cancel-in-progress: true
jobs:
test:
name: Test