Skip to content

Commit

Permalink
fix: remove concurrency check from sub-workflow build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 2, 2023
1 parent d7691f4 commit 5b54fa3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Build and deploy

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

on:
workflow_call:
workflow_dispatch:
Expand Down

0 comments on commit 5b54fa3

Please sign in to comment.