File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
.github/actions/docker-setup
official-templates/shared Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,10 @@ runs:
5050
5151 - name : Set Environment Variables
5252 id : env-vars
53+ if : github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dj/containers-v1'
5354 shell : bash
5455 run : |
55- if [[ "${{ github.ref }}" != "refs/heads/main" ]]; then
56- BRANCH_NAME=$(echo ${GITHUB_REF##refs/heads/} | sed 's/\//-/g')
57- SUFFIX="-dev-${BRANCH_NAME}"
58- echo "RELEASE=${SUFFIX}" >> $GITHUB_ENV
59- echo "release_suffix=${SUFFIX}" >> $GITHUB_OUTPUT
60- fi
56+ BRANCH_NAME=$(echo ${GITHUB_REF##refs/heads/} | sed 's/\//-/g')
57+ SUFFIX="-dev-${BRANCH_NAME}"
58+ echo "RELEASE=${SUFFIX}" >> $GITHUB_ENV
59+ echo "release_suffix=${SUFFIX}" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -29,4 +29,3 @@ CUDA_VERSIONS = [
2929 ubuntu = [" 24.04" ]
3030 }
3131]
32-
You can’t perform that action at this time.
0 commit comments