Skip to content

Commit 45b60eb

Browse files
committed
just 3 recipes again
1 parent 5f1c64b commit 45b60eb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/Bulk.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
max-parallel: 6
1414
matrix:
15-
runner: [0, 1] #, 2, 3, 4, 5]
15+
runner: [0] # 1, 2, 3, 4, 5]
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:
@@ -58,7 +58,8 @@ jobs:
5858
--worker-offset ${{ matrix.runner }} --n-workers 2 \
5959
--docker --mulled-test --anaconda-upload --mulled-upload-target biocontainers \
6060
--lint --record-build-failures --skiplist-leafs \
61-
--exclude bioconda-repodata-patches \
61+
--packages bioconductor-rtracklayer bioconductor-genomicfeatures bioconductor-genefilter
62+
# --exclude bioconda-repodata-patches \
6263
# --subdag-depth 5
6364
conda clean -y --all
6465
@@ -70,7 +71,7 @@ jobs:
7071
fail-fast: false
7172
max-parallel: 3
7273
matrix:
73-
runner: [0, 1] #, 2]
74+
runner: [0] # 1, 2]
7475
steps:
7576
- uses: actions/checkout@v4
7677
with:
@@ -120,8 +121,8 @@ jobs:
120121
bioconda-utils build recipes config.yml \
121122
--worker-offset ${{ matrix.runner }} --n-workers 1 \
122123
--lint --anaconda-upload --record-build-failures --skiplist-leafs \
123-
--exclude bioconda-repodata-patches \
124124
--packages bioconductor-rtracklayer bioconductor-genomicfeatures bioconductor-genefilter
125+
# --exclude bioconda-repodata-patches \
125126
# --subdag-depth 5
126127
conda clean -y --all
127128

0 commit comments

Comments
 (0)