Merge branch 'master' into add-links-from-issues

pull/6759/head
Aleksandr Statciuk 3 years ago committed by GitHub
commit 9ae8e57d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,9 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest

Loading…
Cancel
Save