Skip to content

Commit

Permalink
fix(ci): concurrency default name
Browse files Browse the repository at this point in the history
  • Loading branch information
CarpathianUA committed Oct 21, 2024
1 parent a71c8d6 commit b92c39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-cloudfront.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ on:
required: false
concurrency_name:
type: string
default: ""
default: "build-n-deploy-to-cf"
required: false

secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-s3-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ on:
required: false
concurrency_name:
type: string
default: ""
default: "build-n-deploy-to-s3-qa"
required: false


Expand Down

0 comments on commit b92c39c

Please sign in to comment.