Skip to content

Commit 72d538d

Browse files
authored
Merge pull request #617 from nsoranzo/release_23.2
Target release_23.2
2 parents 4066016 + ed5ed3a commit 72d538d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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_23.0
10+
GALAXY_BRANCH: release_23.2
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_23.0
5+
GALAXY_BRANCH: release_23.2
66
MAX_CHUNKS: 4
77
MAX_FILE_SIZE: 1M
88
concurrency:

0 commit comments

Comments
 (0)