Skip to content

Commit

Permalink
ci: Limit test job concurrency (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Aug 23, 2022
1 parent d94e0d8 commit 797226a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
workflow_dispatch:
inputs: {}

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
FORCE_COLOR: "1"

Expand Down

0 comments on commit 797226a

Please sign in to comment.