Merge pull request #3 from s4u/concurrency

concurrency mode for tests build
This commit is contained in:
Slawomir Jaranowski 2021-08-29 22:50:24 +02:00 committed by GitHub
commit 6f35cfffb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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