Skip to content

Commit

Permalink
Merge pull request #60 from silinternational/feature-concurr
Browse files Browse the repository at this point in the history
Feature concurrency
  • Loading branch information
Praveenraj-K authored Nov 12, 2024
2 parents 1aa0771 + acb1440 commit 0b7b824
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [ '**' ]
paths-ignore: [ 'terraform/**' ]

concurrency:
group: ${{ github.workflow}}-${{ github.ref }}
cancel-in-progress: false

jobs:
test-and-deploy:
name: Test and Deploy
Expand Down

0 comments on commit 0b7b824

Please sign in to comment.