Merge branch 'master' into add-links-from-issues
This commit is contained in:
commit
9ae8e57d0f
|
@ -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…
Reference in New Issue