Skip to content

Commit

Permalink
Add Concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
billyjbryant authored Feb 8, 2024
1 parent 3f0b3c0 commit e9ae12c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
SDK_REGISTRY_TOKEN:
required: true

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

jobs:
analyze:
name: Analyze
Expand Down

0 comments on commit e9ae12c

Please sign in to comment.