We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa4ee6f + b2dd8fe commit 8e41140Copy full SHA for 8e41140
1 file changed
.github/workflows/update_data.yaml
@@ -25,7 +25,6 @@ jobs:
25
- name: Set up Mambaforge
26
uses: conda-incubator/setup-miniconda@v3
27
with:
28
- miniforge-variant: Mambaforge
29
miniforge-version: latest
30
environment-file: environment.yml
31
activate-environment: microgalaxy_paper
@@ -48,7 +47,6 @@ jobs:
48
47
name: data
49
path: docs/supplementary/available_public_servers.csv
50
51
-
52
- name: Create Pull Request
53
uses: peter-evans/create-pull-request@v4
54
@@ -57,4 +55,4 @@ jobs:
57
55
body: Update data from the codex
58
56
base: main
59
branch: update-data
60
- delete-branch: true
+ delete-branch: true
0 commit comments