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: on:
pull_request: pull_request:
branches:
- 'main'
push: push:
branches-ignore: branches:
- 'dependabot/**' - 'main'
schedule: schedule:
- cron: '22 23 * * 5' - cron: '22 23 * * 5'
concurrency:
group: test-action
cancel-in-progress: true
jobs: jobs:
test: test:
name: Test name: Test