Skip to content

Commit

Permalink
Disable scheduled job
Browse files Browse the repository at this point in the history
These jobs fail and send out noisy emails
  • Loading branch information
sveitser committed Aug 12, 2023
1 parent c0aa5ad commit 39de14b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1710,28 +1710,28 @@ workflows:
- oplabs-gcr
requires:
- hold
scheduled-fpp:
triggers:
- schedule:
# run every 4 hours
cron: "0 0,6,12,18 * * *"
filters:
branches:
only: ["develop"]
jobs:
- fpp-verify:
context:
- slack
- oplabs-fpp-nodes
# scheduled-fpp:
# triggers:
# - schedule:
# # run every 4 hours
# cron: "0 0,6,12,18 * * *"
# filters:
# branches:
# only: ["develop"]
# jobs:
# - fpp-verify:
# context:
# - slack
# - oplabs-fpp-nodes

scheduled-link-check:
triggers:
- schedule:
# Run once a day, only on the develop branch
cron: "0 0 * * *"
filters:
branches:
only: ["develop"]
jobs:
- bedrock-markdown-links:
context: slack
# scheduled-link-check:
# triggers:
# - schedule:
# # Run once a day, only on the develop branch
# cron: "0 0 * * *"
# filters:
# branches:
# only: ["develop"]
# jobs:
# - bedrock-markdown-links:
# context: slack

0 comments on commit 39de14b

Please sign in to comment.