Skip to content

Commit

Permalink
Merge pull request #187 from mdrxtech/remvoing_concurrency_limit
Browse files Browse the repository at this point in the history
Removing concurrency limits
  • Loading branch information
benjaminsherwood authored Jun 28, 2023
2 parents 2b06457 + 6998710 commit 5c44fb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Upload Release to ECR
name: Upload Release to ECR Dev

concurrency: upload_to_ecr
#concurrency: upload_to_ecr

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_preprod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Upload Release to ECR
name: Upload Release to ECR PreProd

concurrency: upload_to_ecr
#concurrency: upload_to_ecr

on:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Upload Release to ECR
name: Upload Release to ECR Test

concurrency: upload_to_ecr
#concurrency: upload_to_ecr

on:
release:
Expand Down

0 comments on commit 5c44fb7

Please sign in to comment.