Deactivate the cron
This commit is contained in:
Родитель
e15a90aa61
Коммит
f8ef8657c3
|
@ -1,22 +1,22 @@
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
#jobs:
|
||||||
getIssues:
|
# getIssues:
|
||||||
docker:
|
# docker:
|
||||||
- image: circleci/node:10
|
# - image: circleci/node:10
|
||||||
steps:
|
# steps:
|
||||||
- checkout
|
# - checkout
|
||||||
- run: npm install
|
# - run: npm install
|
||||||
- run: npm run get-stats
|
# - run: npm run get-stats
|
||||||
|
#
|
||||||
workflows:
|
#workflows:
|
||||||
version: 2
|
# version: 2
|
||||||
hourly:
|
# hourly:
|
||||||
triggers:
|
# triggers:
|
||||||
- schedule:
|
# - schedule:
|
||||||
cron: "30 0 * * *"
|
# cron: "30 0 * * *"
|
||||||
filters:
|
# filters:
|
||||||
branches:
|
# branches:
|
||||||
only:
|
# only:
|
||||||
- master
|
# - master
|
||||||
jobs:
|
# jobs:
|
||||||
- getIssues
|
# - getIssues
|
||||||
|
|
Загрузка…
Ссылка в новой задаче