build: concurrency for linting to prevent deadlock (#2394)

This commit is contained in:
Sam Wu
2023-08-21 15:44:51 -06:00
committed by GitHub
parent f6c439b56b
commit 017d9717e0

View File

@@ -6,6 +6,10 @@ on:
pull_request:
branches: [develop, main]
concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
call-workflow-passing-data:
name: Documentation