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 3fa3b4f + f5b9442 commit 6aca386Copy full SHA for 6aca386
2 files changed
.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_21.05
+ GALAXY_BRANCH: release_21.09
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
# the setup job does two things:
0 commit comments