Skip to content

Commit 68d77eb

Browse files
committed
disable automatic testing
1 parent 46c0755 commit 68d77eb

3 files changed

Lines changed: 18 additions & 15 deletions

File tree

.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)