From fc7e54ca2ce0567075748e1faa42a5023373135f Mon Sep 17 00:00:00 2001 From: Elliott Brooks <21270878+elliette@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:35:39 -0700 Subject: [PATCH] Disable flutter-candidate-update cron job (#8002) --- .github/workflows/flutter-candidate-update.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter-candidate-update.yaml b/.github/workflows/flutter-candidate-update.yaml index 37de07eaca6..f71e12423f3 100644 --- a/.github/workflows/flutter-candidate-update.yaml +++ b/.github/workflows/flutter-candidate-update.yaml @@ -1,9 +1,11 @@ name: Flutter Candidate Update on: workflow_dispatch: # Allows for manual triggering if needed - schedule: - # * is a special character in YAML so you have to quote this string - - cron: "0 8/12 * * *" # Run every day at midnight and noon Pacific Time + # TODO(https://github.com/flutter/devtools/issues/7939): Re-enable once Flutter candidates + # are tagged again. + # schedule: + # # * is a special character in YAML so you have to quote this string + # - cron: "0 8/12 * * *" # Run every day at midnight and noon Pacific Time permissions: contents: write