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 4afe6d8 commit 14921e5Copy full SHA for 14921e5
.github/workflows/code-health.yml
@@ -5,10 +5,10 @@ on:
5
push:
6
branches:
7
- 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'
+ # paths-ignore: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-excluding-paths
+ # - '*.md'
+ # - 'examples/**'
+ # - 'LICENSE'
12
pull_request:
13
workflow_dispatch:
14
@@ -92,5 +92,5 @@ jobs:
92
needs: [build, generate-doc-check]
93
secrets: inherit
94
uses: ./.github/workflows/acceptance-tests.yml
95
- # with:
96
- # reduced_tests: true
+ with:
+ reduced_tests: false
0 commit comments