We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55da7b6 commit c8459caCopy full SHA for c8459ca
1 file changed
.github/workflows/pythonapp-gpu.yml
@@ -1,14 +1,14 @@
1
# Jenkinsfile.monai-premerge
2
name: premerge-gpu
3
4
-on:
5
- # quick tests for pull requests and the releasing branches
6
- # push:
7
- # branches:
8
- # - main
9
- # - releasing/*
10
- # pull_request:
11
- # types: [opened, synchronize, closed]
+# on:
+# # quick tests for pull requests and the releasing branches
+# push:
+# branches:
+# - main
+# - releasing/*
+# pull_request:
+# types: [opened, synchronize, closed]
12
13
concurrency:
14
# automatically cancel the previously triggered workflows when there's a newer version
0 commit comments