Skip to content

Commit

Permalink
chore(cicd): add concurrency for build prod
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Feb 7, 2024
1 parent 5d924c6 commit 88862cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true

jobs:
prod_ce_setup_build:
Expand Down

0 comments on commit 88862cd

Please sign in to comment.