Skip to content

Commit

Permalink
Disable flutter-candidate-update cron job (#8002)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Jun 28, 2024
1 parent cbec4f8 commit fc7e54c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/flutter-candidate-update.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc7e54c

Please sign in to comment.