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 2db0981 commit 52b22feCopy full SHA for 52b22fe
.github/workflows/dev.yml
@@ -60,6 +60,7 @@ jobs:
60
release:
61
name: Source Release and Merge Script
62
runs-on: ubuntu-20.04
63
+ if: false # Disabled in CubeStore fork
64
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
65
env:
66
GIT_AUTHOR_NAME: Github Actions
.github/workflows/integration.yml
@@ -52,6 +52,7 @@ jobs:
52
53
docker:
54
name: AMD64 Conda Integration Test
55
+ if: false # Disabled in CubeStore fork.
56
runs-on: ubuntu-latest
57
58
timeout-minutes: 60
0 commit comments