Skip to content

Commit 5baca70

Browse files
authored
Revert "chore(ci): schedule weekly job (#262)" (#268)
This reverts commit 30dd7fe.
1 parent 7ad45f1 commit 5baca70

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -500,13 +500,6 @@ workflows:
500500
name: Run system tests
501501
requires:
502502
- 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
510503
when:
511504
and:
512505
- not: << pipeline.git.tag >>

.circleci/src/workflows/build-and-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
triggers:
2-
- schedule:
3-
cron: "0 3 * * 1"
4-
filters:
5-
branches:
6-
only:
7-
- master
81
when:
92
and:
103
- not: << pipeline.git.tag >>

0 commit comments

Comments
 (0)