We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843b87c commit 34050f9Copy full SHA for 34050f9
.github/workflows/checks.yml
@@ -13,4 +13,4 @@ jobs:
13
cdk:
14
uses: ./.github/workflows/cdk-checks.yml
15
integ-test:
16
- uses: ./.github/workflows/integ-test.yml
+ uses: ./.github/workflows/integ-tests.yml
.github/workflows/pull-request-checks.yml
@@ -14,4 +14,4 @@ jobs:
if: contains(github.event.pull_request.labels.*.name, 'safe-to-test')
17
0 commit comments