Skip to content

Commit f5b9442

Browse files
committed
Test against release_21.09
1 parent 3fa3b4f commit f5b9442

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [run-all-tool-tests-command]
88
env:
99
GALAXY_FORK: galaxyproject
10-
GALAXY_BRANCH: release_21.05
10+
GALAXY_BRANCH: release_21.09
1111
MAX_CHUNKS: 40
1212
jobs:
1313
setup:

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Galaxy Tool Linting and Tests for push and PR
22
on: [push, pull_request]
33
env:
44
GALAXY_FORK: galaxyproject
5-
GALAXY_BRANCH: release_21.05
5+
GALAXY_BRANCH: release_21.09
66
MAX_CHUNKS: 4
77
jobs:
88
# the setup job does two things:

0 commit comments

Comments
 (0)