Skip to content

Commit 93657c9

Browse files
authored
fix(ci): disable cre nightly deployments (#19345)
1 parent de216bb commit 93657c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ jobs:
242242
secrets: inherit
243243

244244
deploy-nightly-core:
245-
if: ${{ github.event_name == 'schedule' }}
245+
if: false
246+
# temporarily disabled
247+
# if: ${{ github.event_name == 'schedule' }}
246248
needs: [docker-core]
247249
permissions:
248250
contents: read

0 commit comments

Comments
 (0)