Skip to content

Commit

Permalink
fix: Update cd.yml workflow to include concurrency group for better w…
Browse files Browse the repository at this point in the history
…orkflow management
  • Loading branch information
MountainGod2 committed Nov 5, 2024
1 parent 6a0ac89 commit 777fc6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
contents: write
id-token: write
if: ${{ github.event.workflow_run.conclusion == 'success' }}
concurrency:
group: ${{ github.workflow }}

steps:
- name: Setup | Checkout Repository
Expand Down

0 comments on commit 777fc6d

Please sign in to comment.