Skip to content

Commit

Permalink
Merge pull request #36 from Alirezaja1384/build-deploy
Browse files Browse the repository at this point in the history
feat(build workflow): Deployment job concurrency set
  • Loading branch information
Alirezaja1384 authored Sep 8, 2024
2 parents 7c29e49 + 817abd6 commit 130f409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ jobs:
name: Update deployment
runs-on: ubuntu-latest
needs: [build, tag]

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

steps:
- name: Check if deployment PAT is set
id: deployment_check
Expand Down

0 comments on commit 130f409

Please sign in to comment.