We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd915dd commit fc29f00Copy full SHA for fc29f00
1 file changed
.github/workflows/psc-cuda-devcontainer.yml
@@ -31,7 +31,7 @@ jobs:
31
configFile: .devcontainer/devcontainer.json
32
imageName: ghcr.io/psc-code/psc-devcontainer
33
cacheFrom: ghcr.io/psc-code/psc-devcontainer
34
- push: always
+ push: never
35
runCmd: |
36
cmake -S . -B build-cuda-ci -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPSC_GPU=cuda -DGTENSOR_DEVICE=cuda -G Ninja
37
cmake --build build-cuda-ci
0 commit comments