Skip to content

Commit e16f485

Browse files
authored
chore(internal): update workflow reference (#1148)
* chore: update workflow reference * chore: housekeeping
1 parent 56a7b47 commit e16f485

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/ISSUE_TEMPLATE/maintenance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body:
5353
options:
5454
- label: This request meets [Lambda Powertools Tenets](https://awslabs.github.io/aws-lambda-powertools-typescript/latest/#tenets)
5555
required: true
56-
- label: Should this be considered in other Lambda Powertools languages? i.e. [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), [Java](https://github.com/awslabs/aws-lambda-powertools-java/)
56+
- label: Should this be considered in other Lambda Powertools languages? i.e. [Python](https://github.com/awslabs/aws-lambda-powertools-python/), [Java](https://github.com/awslabs/aws-lambda-powertools-java/)
5757
required: false
5858
- type: markdown
5959
attributes:

Diff for: .github/workflows/make-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
group: on-release-publish
66
jobs:
77
run-unit-tests:
8-
uses: ./.github/workflows/reusable-run-unit-tests.yml
8+
uses: ./.github/workflows/reusable-run-linting-check-and-unit-tests.yml
99
publish-npm:
1010
needs: run-unit-tests
1111
runs-on: ubuntu-latest

Diff for: .github/workflows/on-merge-to-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run-unit-tests:
2121
needs: get_pr_details
2222
if: ${{ needs.get_pr_details.outputs.prIsMerged == 'true' }}
23-
uses: ./.github/workflows/reusable-run-unit-tests.yml
23+
uses: ./.github/workflows/reusable-run-linting-check-and-unit-tests.yml
2424
publish:
2525
needs:
2626
[get_pr_details, run-unit-tests]

0 commit comments

Comments
 (0)