Skip to content

Commit fc29f00

Browse files
committed
ci: don't push for now
1 parent bd915dd commit fc29f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/psc-cuda-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
configFile: .devcontainer/devcontainer.json
3232
imageName: ghcr.io/psc-code/psc-devcontainer
3333
cacheFrom: ghcr.io/psc-code/psc-devcontainer
34-
push: always
34+
push: never
3535
runCmd: |
3636
cmake -S . -B build-cuda-ci -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPSC_GPU=cuda -DGTENSOR_DEVICE=cuda -G Ninja
3737
cmake --build build-cuda-ci

0 commit comments

Comments
 (0)