Skip to content

Commit

Permalink
Removed scheduler on CircleCI Docker jobs for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
azagniotov authored Jan 16, 2024
1 parent 50e41c3 commit df97adb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,10 @@ workflows:


master-twelve-hour-jdk8:
triggers:
- schedule:
cron: "10 7,19 * * *"
<<: *filter_only_master
# triggers:
# - schedule:
# cron: "10 7,19 * * *"
# <<: *filter_only_master
jobs:
- gradle_7_2_0_jdk8:
<<: *context_sonatype
Expand All @@ -709,10 +709,10 @@ workflows:


master-twelve-hour-jdk11:
triggers:
- schedule:
cron: "15 7,19 * * *"
<<: *filter_only_master
# triggers:
# - schedule:
# cron: "15 7,19 * * *"
# <<: *filter_only_master
jobs:
- gradle_7_2_0_jdk11:
<<: *context_sonatype
Expand All @@ -723,10 +723,10 @@ workflows:


master-twelve-hour-jdk16:
triggers:
- schedule:
cron: "20 7,19 * * *"
<<: *filter_only_master
# triggers:
# - schedule:
# cron: "20 7,19 * * *"
# <<: *filter_only_master
jobs:
- gradle_7_2_0_jdk16:
<<: *context_sonatype
Expand Down

0 comments on commit df97adb

Please sign in to comment.