Skip to content

Commit 496a5e7

Browse files
geroplona-agent
andauthored
[build] Disable IDE update workflows from main build (#21235)
Comment out ide-code-updates and ide-jb-updates job triggers to prevent VS Code and JetBrains update workflows from running on main branch builds. Co-authored-by: Ona <no-reply@ona.com>
1 parent 617ee70 commit 496a5e7

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/build.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -558,23 +558,23 @@ jobs:
558558
version: ${{ needs.configuration.outputs.version }}
559559
secrets: inherit
560560

561-
ide-code-updates:
562-
name: "Run VS Code update jobs on main branch"
563-
needs:
564-
- configuration
565-
- build-gitpod
566-
if: needs.configuration.outputs.is_main_branch == 'true' && needs.configuration.outputs.is_scheduled_run != 'true'
567-
uses: ./.github/workflows/code-updates.yml
568-
secrets: inherit
569-
570-
ide-jb-updates:
571-
name: "Run JetBrains update jobs on main branch"
572-
needs:
573-
- configuration
574-
- build-gitpod
575-
if: needs.configuration.outputs.is_main_branch == 'true' && needs.configuration.outputs.is_scheduled_run != 'true'
576-
uses: ./.github/workflows/jetbrains-updates.yml
577-
secrets: inherit
561+
# ide-code-updates:
562+
# name: "Run VS Code update jobs on main branch"
563+
# needs:
564+
# - configuration
565+
# - build-gitpod
566+
# if: needs.configuration.outputs.is_main_branch == 'true' && needs.configuration.outputs.is_scheduled_run != 'true'
567+
# uses: ./.github/workflows/code-updates.yml
568+
# secrets: inherit
569+
570+
# ide-jb-updates:
571+
# name: "Run JetBrains update jobs on main branch"
572+
# needs:
573+
# - configuration
574+
# - build-gitpod
575+
# if: needs.configuration.outputs.is_main_branch == 'true' && needs.configuration.outputs.is_scheduled_run != 'true'
576+
# uses: ./.github/workflows/jetbrains-updates.yml
577+
# secrets: inherit
578578

579579
notify-scheduled-failure:
580580
name: "Notify on scheduled run failure"
@@ -583,8 +583,8 @@ jobs:
583583
- configuration
584584
- build-gitpod
585585
- workspace-integration-tests-main
586-
- ide-code-updates
587-
- ide-jb-updates
586+
# - ide-code-updates
587+
# - ide-jb-updates
588588
environment: main-build
589589
runs-on: ubuntu-latest
590590
steps:

0 commit comments

Comments
 (0)