From 2ea014d649dc04494a0d938140d7663c6e423bcc Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Mon, 15 Jun 2026 15:09:18 -0500 Subject: [PATCH] disable nightly rebuild actions --- .github/workflows/devcontainer.yml | 5 +++-- .github/workflows/linux.yml | 5 +++-- .github/workflows/macos.yml | 5 +++-- .github/workflows/windows.yml | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 1ea79d6757c..79a8f33a672 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -18,8 +18,9 @@ on: types: [ published ] merge_group: types: [checks_requested] - schedule: - - cron: "1 0 * * *" + # Disabled for now: + #schedule: + # - cron: "1 0 * * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5518b15d978..901382ed4a2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,8 +11,9 @@ on: branches: [ main ] merge_group: types: [checks_requested] - schedule: - - cron: "1 0 * * *" + # Disabled for now: + #schedule: + # - cron: "1 0 * * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 37bd8e39e40..b671b83e3f9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,8 +13,9 @@ on: branches: [ main ] merge_group: types: [checks_requested] - schedule: - - cron: "1 0 * * *" + # Disabled for now: + #schedule: + # - cron: "1 0 * * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fde76116782..d23457ae6ad 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -12,8 +12,9 @@ on: # Windows jobs aren't required to pass atm for the merge group to pass. #merge_group: # types: [checks_requested] - schedule: - - cron: "1 0 * * *" + # Disabled for now: + #schedule: + # - cron: "1 0 * * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}