Skip to content

Commit 34050f9

Browse files
committed
Fix file name
1 parent 843b87c commit 34050f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
cdk:
1414
uses: ./.github/workflows/cdk-checks.yml
1515
integ-test:
16-
uses: ./.github/workflows/integ-test.yml
16+
uses: ./.github/workflows/integ-tests.yml

.github/workflows/pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
uses: ./.github/workflows/cdk-checks.yml
1515
integ-test:
1616
if: contains(github.event.pull_request.labels.*.name, 'safe-to-test')
17-
uses: ./.github/workflows/integ-test.yml
17+
uses: ./.github/workflows/integ-tests.yml

0 commit comments

Comments
 (0)