File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 select-env :
2828 uses : ./.github/workflows/_select-env.yml
2929 with :
30- docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || github.repository == 'pulp-platform/Deeploy' && ' ghcr.io/xeratec/deeploy-gap9:fix_ci'}}
30+ docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || ' ghcr.io/xeratec/deeploy-gap9:fix_ci' }}
3131
3232 gap9-kernels-tiled-singlebuffer-L2 :
3333 needs : select-env
Original file line number Diff line number Diff line change 2828 select-env :
2929 uses : ./.github/workflows/_select-env.yml
3030 with :
31- docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || (github.repository == 'pulp-platform/Deeploy' && ' ghcr.io/xeratec/deeploy-gap9:fix_ci') }}
31+ docker_image_deeploy : ${{ github.event.inputs.docker_image_deeploy || ' ghcr.io/xeratec/deeploy-gap9:fix_ci' }}
3232
3333 gap9-kernels :
3434 needs : select-env
You can’t perform that action at this time.
0 commit comments