Skip to content

Commit 14921e5

Browse files
committed
reduced_tests
1 parent 4afe6d8 commit 14921e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/code-health.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
push:
66
branches:
77
- master
8-
paths-ignore: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
9-
- '*.md'
10-
- 'examples/**'
11-
- 'LICENSE'
8+
# paths-ignore: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
9+
# - '*.md'
10+
# - 'examples/**'
11+
# - 'LICENSE'
1212
pull_request:
1313
workflow_dispatch:
1414

@@ -92,5 +92,5 @@ jobs:
9292
needs: [build, generate-doc-check]
9393
secrets: inherit
9494
uses: ./.github/workflows/acceptance-tests.yml
95-
# with:
96-
# reduced_tests: true
95+
with:
96+
reduced_tests: false

0 commit comments

Comments
 (0)