Skip to content

Commit 9567e76

Browse files
authored
Merge pull request #279 from CellProfiler/disable_autotest
disable automatic testing
2 parents 46c0755 + 68d77eb commit 9567e76

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Basic plugin testing
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
types: [opened, reopened, synchronize, ready_for_review, review_requested]
4+
#push:
5+
#branches:
6+
#- master
7+
#pull_request:
8+
#types: [opened, reopened, synchronize, ready_for_review, review_requested]
9+
workflow_dispatch:
910

1011
jobs:
1112
build_cellprofiler:

.github/workflows/test_cellpose.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: CellProfiler-Cellpose
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
types: [opened, reopened, synchronize, ready_for_review, review_requested]
4+
#push:
5+
#branches:
6+
#- master
7+
#pull_request:
8+
#types: [opened, reopened, synchronize, ready_for_review, review_requested]
9+
workflow_dispatch:
910

1011
jobs:
1112
build_cellprofiler:

.github/workflows/test_stardist.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: CellProfiler-Stardist
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
types: [opened, reopened, synchronize, ready_for_review, review_requested]
4+
#push:
5+
#branches:
6+
#- master
7+
#pull_request:
8+
#types: [opened, reopened, synchronize, ready_for_review, review_requested]
9+
workflow_dispatch:
910

1011
jobs:
1112
build_cellprofiler:

0 commit comments

Comments
 (0)