Skip to content

Commit

Permalink
Added concurrency config
Browse files Browse the repository at this point in the history
  • Loading branch information
Praveenraj-K committed Nov 12, 2024
1 parent ea69b96 commit 5c9b63c
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 @@ -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 5c9b63c

Please sign in to comment.