We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad45f1 commit 5baca70Copy full SHA for 5baca70
.circleci/config.yml
@@ -500,13 +500,6 @@ workflows:
500
name: Run system tests
501
requires:
502
- build 1.25.4 on amd64 WAF ON
503
- triggers:
504
- - schedule:
505
- cron: 0 3 * * 1
506
- filters:
507
- branches:
508
- only:
509
- - master
510
when:
511
and:
512
- not: << pipeline.git.tag >>
.circleci/src/workflows/build-and-test.yml
@@ -1,10 +1,3 @@
1
-triggers:
2
3
- cron: "0 3 * * 1"
4
5
6
7
8
9
10
0 commit comments