diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e917a6c2..a2968b45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,8 +6,8 @@ on: repository_dispatch: types: [run-all-tool-tests-command] env: - GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_23.2 + GALAXY_FORK: kostrykin # Temporary change to enable the features from https://github.com/galaxyproject/galaxy/pull/17556 and https://github.com/galaxyproject/galaxy/pull/17581 + GALAXY_BRANCH: galaxy-image-analysis # Temporary change to enable the features from https://github.com/galaxyproject/galaxy/pull/17556 and https://github.com/galaxyproject/galaxy/pull/17581 MAX_CHUNKS: 40 jobs: setup: diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 9697a348..fc0d696e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -16,8 +16,8 @@ on: - 'docs/**' - '*' env: - GALAXY_FORK: galaxyproject - GALAXY_BRANCH: release_23.2 + GALAXY_FORK: kostrykin # Temporary change to enable the features from https://github.com/galaxyproject/galaxy/pull/17556 and https://github.com/galaxyproject/galaxy/pull/17581 + GALAXY_BRANCH: galaxy-image-analysis # Temporary change to enable the features from https://github.com/galaxyproject/galaxy/pull/17556 and https://github.com/galaxyproject/galaxy/pull/17581 MAX_CHUNKS: 4 MAX_FILE_SIZE: 1M concurrency: