diff --git a/.github/workflows/api-and-integration-tests.yml b/.github/workflows/api-and-integration-tests.yml index 436be2c6a..55d02ba0e 100644 --- a/.github/workflows/api-and-integration-tests.yml +++ b/.github/workflows/api-and-integration-tests.yml @@ -34,7 +34,7 @@ jobs: # For other branches, we use the Docker setup of the development branch. - name: Determine Yoda repository branch run: | - if [ "${{ steps.extract_branch.outputs.branch }}" = "release-1.9" ]; then + if [ "${{ steps.extract_branch.outputs.branch }}" = "release-1.9" ] || [[ "${{ steps.extract_branch.outputs.branch }}" == rc-1.9.* ]]; then echo "branch=release-1.9" >> $GITHUB_OUTPUT else echo "branch=development" >> $GITHUB_OUTPUT