Skip to content

Commit

Permalink
fix(ci): updating ci names
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 15, 2024
1 parent a07bd0b commit c68f638
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/account-data-deleter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
secrets: inherit

# Let's try building and conidtionally pushing our docker image to the necessary account.
build-and-push-image:
api:
uses: ./.github/workflows/reuse-build-and-push-image.yml
needs: [infrastructure]
with:
Expand All @@ -52,7 +52,7 @@ jobs:
# Ensure the re-usable workflow is allowed to access the secrets
secrets: inherit

build-and-push-lambda-events:
events-lambda:
uses: ./.github/workflows/reuse-build-and-push-lambda.yml
needs: [infrastructure]
with:
Expand All @@ -62,7 +62,7 @@ jobs:
# Ensure the re-usable workflow is allowed to access the secrets
secrets: inherit

build-and-push-lambda-batch-delete:
batch-delete-lambda:
uses: ./.github/workflows/reuse-build-and-push-lambda.yml
needs: [infrastructure]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/list-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Ensure the re-usable workflow is allowed to access the secrets
secrets: inherit

build-and-push-image:
api:
uses: ./.github/workflows/reuse-build-and-push-image.yml
with:
scope: list-api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/user-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
secrets: inherit

# Let's try building and conidtionally pushing our docker image to the necessary account.
build-and-push-image:
api:
uses: ./.github/workflows/reuse-build-and-push-image.yml
needs: [infrastructure]
with:
Expand Down

0 comments on commit c68f638

Please sign in to comment.