Skip to content

Commit 310f8af

Browse files
Temporarily disabling unit tests on pushes, until parallel coverage script is worked out.
1 parent 13994f8 commit 310f8af

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: build
22

3-
on: [push, pull_request, workflow_dispatch]
3+
#on: [push, pull_request, workflow_dispatch]
4+
on: [workflow_dispatch]
45

56
jobs:
67
build:

.github/workflows/quick_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: quick_tests
22

3-
on: [push, pull_request, workflow_dispatch]
3+
#on: [push, pull_request, workflow_dispatch]
4+
on: [workflow_dispatch]
45

56
jobs:
67
build:

0 commit comments

Comments
 (0)