diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9b19a94..52228f1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,6 +9,10 @@ on: branches: - main +concurrency: + group: >- + ${{ github.event.inputs.head_ref || github.run_id }} + jobs: docs: diff --git a/.github/workflows/verify-examples.yml b/.github/workflows/verify-examples.yml index 6aadb33..e233b5a 100644 --- a/.github/workflows/verify-examples.yml +++ b/.github/workflows/verify-examples.yml @@ -9,6 +9,10 @@ on: branches: - main +concurrency: + group: >- + ${{ github.event.inputs.head_ref || github.run_id }} + jobs: verify: