Skip to content

Commit

Permalink
Set concurrency to 1 for all extension workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell authored Feb 29, 2024
1 parent cea8ba3 commit 23ce51e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
- "!extension/README.md"
- "!docs/**"

concurrency:
group: ${{ github.workflow }}

jobs:
Build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 23ce51e

Please sign in to comment.