Skip to content

Commit

Permalink
circleci: Disable workflows that take long
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm authored and PeterJRiches committed Jun 18, 2024
1 parent 505a799 commit 8b86c7c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@ workflows:
requires:
- lint
- report
daily_update_schedule:
jobs:
- lint
- coverage:
requires:
- lint
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
all-tests:
jobs:
- test:
matrix:
parameters:
os: [macos11, macos12, macos13, macos14]
# daily_update_schedule:
# jobs:
# - lint
# - coverage:
# requires:
# - lint
# triggers:
# - schedule:
# cron: "0 0 * * *"
# filters:
# branches:
# only:
# - master
# all-tests:
# jobs:
# - test:
# matrix:
# parameters:
# os: [macos11, macos12, macos13, macos14]

0 comments on commit 8b86c7c

Please sign in to comment.