Skip to content

Commit

Permalink
Test against release_24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Jan 9, 2025
1 parent cc1071d commit cb98fcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [run-all-workflow-tests-command]
env:
GALAXY_FORK: galaxyproject
GALAXY_BRANCH: release_24.1
GALAXY_BRANCH: release_24.2
MAX_CHUNKS: 40
jobs:
setup:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version-list: "[\"3.11\"]"
max-chunks: 4
galaxy-fork: galaxyproject
galaxy-branch: release_24.1
galaxy-branch: release_24.2

# Planemo lint the changed repositories
lint:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
python-version-list: "[\"3.11\"]"
repository-list: ${{ needs.setup.outputs.repository-list }}
galaxy-fork: galaxyproject
galaxy-branch: release_24.1
galaxy-branch: release_24.2
check-outputs: false

combine_outputs:
Expand Down

0 comments on commit cb98fcf

Please sign in to comment.