Skip to content

Commit 52b22fe

Browse files
committed
Disable failing GitHub actions
That have been failing on CubeStore fork and are not necessary.
1 parent 2db0981 commit 52b22fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
release:
6161
name: Source Release and Merge Script
6262
runs-on: ubuntu-20.04
63+
if: false # Disabled in CubeStore fork
6364
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
6465
env:
6566
GIT_AUTHOR_NAME: Github Actions

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252

5353
docker:
5454
name: AMD64 Conda Integration Test
55+
if: false # Disabled in CubeStore fork.
5556
runs-on: ubuntu-latest
5657
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
5758
timeout-minutes: 60

0 commit comments

Comments
 (0)