Skip to content

Commit 6aca386

Browse files
Merge pull request #595 from mvdbeek/test_against_21_09
Test against release_21.09
2 parents 3fa3b4f + f5b9442 commit 6aca386

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)