Skip to content

Commit

Permalink
Merge pull request #74 from restreamio/fix/rsl/fix-default-value-for-…
Browse files Browse the repository at this point in the history
…concurrency-input

fix(ci): concurrency default name
  • Loading branch information
CarpathianUA authored Oct 21, 2024
2 parents a71c8d6 + b92c39c commit 61d5ecd
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 61d5ecd

Please sign in to comment.