We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d33ba commit 8807f34Copy full SHA for 8807f34
.github/workflows/main-ci.yml
@@ -36,11 +36,11 @@ jobs:
36
code_changes:
37
- '*'
38
- '**/*'
39
- run-tests:
40
- name: Run Tests
41
- needs: check-changes
42
- if: needs.check-changes.outputs.code_changes == 'true'
43
- uses: ./.github/workflows/run-tests.yml
+ # run-tests:
+ # name: Run Tests
+ # needs: check-changes
+ # if: needs.check-changes.outputs.code_changes == 'true'
+ # uses: ./.github/workflows/run-tests.yml
44
45
check-style:
46
name: Style Check
0 commit comments