Skip to content

Commit

Permalink
Merge pull request #53 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 a2c8169 + 5c9b63c commit a79ae9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Continuous Integration

on:
push:
paths:
- '!terraform/**'
branches: [ '**' ]
paths-ignore: [ 'terraform/**' ]

env:
AWS_REGION: ${{ vars.AWS_REGION }}
Expand All @@ -13,6 +13,10 @@ env:
ENV_ID: ${{ secrets.ENV_ID }}
CONFIG_ID: ${{ secrets.CONFIG_ID }}

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

jobs:
test:
name: Test and Deploy
Expand Down

0 comments on commit a79ae9a

Please sign in to comment.