Skip to content

Commit 8807f34

Browse files
committed
temporarily disable pytest CI action
1 parent 91d33ba commit 8807f34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
code_changes:
3737
- '*'
3838
- '**/*'
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
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
4444

4545
check-style:
4646
name: Style Check

0 commit comments

Comments
 (0)