diff --git a/action.yaml b/action.yaml index 6a237fa..4cf4357 100644 --- a/action.yaml +++ b/action.yaml @@ -63,14 +63,6 @@ runs: GIT_BASE=https://github.com EOF - # Overriding target release for unmaintained versions - # otherwide devstack will fail to clone some repos. - TARGET_BRANCH=${{ inputs.branch }} - if [[ "${{ inputs.branch }}" == *"yoga"* ]]; then - TARGET_BRANCH="yoga-eom" - fi - echo "TARGET_BRANCH=${TARGET_BRANCH}" >> local.conf - # horizon does not work in github action, permission error # dstat log takes too much memory to be stored by log artifacts # tempest must be disabled otherwise it will get installed still