Update test.yml

pull/764/head
Nikita Sobolev 3 years ago committed by GitHub
parent 2e09ede9f7
commit 9cef8bb25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,6 +11,10 @@ on:
- 'docs/**'
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest

Loading…
Cancel
Save