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 4066016 + ed5ed3a commit 72d538dCopy full SHA for 72d538d
.github/workflows/ci.yaml
@@ -7,7 +7,7 @@ on:
7
types: [run-all-tool-tests-command]
8
env:
9
GALAXY_FORK: galaxyproject
10
- GALAXY_BRANCH: release_23.0
+ GALAXY_BRANCH: release_23.2
11
MAX_CHUNKS: 40
12
jobs:
13
setup:
.github/workflows/pr.yaml
@@ -2,7 +2,7 @@ name: Galaxy Tool Linting and Tests for push and PR
2
on: [push, pull_request]
3
4
5
6
MAX_CHUNKS: 4
MAX_FILE_SIZE: 1M
concurrency:
0 commit comments