Skip to content

Commit

Permalink
Limit amount of GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvanhelden committed Nov 15, 2023
1 parent e016900 commit 90bfbe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Continuous Integration

on: push

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
code-analysis:
name: Code Analysis
Expand Down

0 comments on commit 90bfbe6

Please sign in to comment.