We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e88a7 commit d5a8805Copy full SHA for d5a8805
.github/workflows/build-test-gpu.yml
@@ -13,7 +13,7 @@ name: "Build & Test w/GPU"
13
14
on:
15
push:
16
- branches: [ main ]
+ branches: [ main_disabled ]
17
workflow_dispatch:
18
19
jobs:
@@ -26,4 +26,4 @@ jobs:
26
with:
27
azure-devops-project-url: https://dev.azure.com/projectmonai/monai-label
28
azure-pipeline-name: 'Manual GPU Test'
29
- azure-devops-token: ${{ secrets.MONAI_LABEL_AZURE_TOKEN }}
+ azure-devops-token: ${{ secrets.MONAI_LABEL_AZURE_TOKEN }}
0 commit comments