2018-04-21 13:35:53 +08:00
|
|
|
---
|
2022-09-06 05:09:41 +08:00
|
|
|
# Prometheus has switched to GitHub action.
|
|
|
|
# Circle CI is not disabled repository-wise so that previous pull requests
|
|
|
|
# continue working.
|
|
|
|
# This file does not generate any CircleCI workflow.
|
2018-04-21 13:35:53 +08:00
|
|
|
|
2022-09-06 05:09:41 +08:00
|
|
|
version: 2.1
|
2019-07-15 15:41:28 +08:00
|
|
|
|
2018-10-16 15:41:45 +08:00
|
|
|
executors:
|
|
|
|
golang:
|
2021-02-26 05:25:25 +08:00
|
|
|
docker:
|
2022-09-06 05:09:41 +08:00
|
|
|
- image: busybox
|
2018-10-16 15:41:45 +08:00
|
|
|
|
|
|
|
jobs:
|
2022-09-06 05:09:41 +08:00
|
|
|
noopjob:
|
2018-10-16 15:41:45 +08:00
|
|
|
executor: golang
|
2018-04-21 13:35:53 +08:00
|
|
|
|
|
|
|
steps:
|
2021-06-12 18:47:47 +08:00
|
|
|
- run:
|
2022-09-06 05:09:41 +08:00
|
|
|
command: "true"
|
2019-04-11 20:31:04 +08:00
|
|
|
|
2018-04-21 13:35:53 +08:00
|
|
|
workflows:
|
|
|
|
version: 2
|
|
|
|
prometheus:
|
|
|
|
jobs:
|
2022-09-06 05:09:41 +08:00
|
|
|
- noopjob
|
2019-04-11 20:31:04 +08:00
|
|
|
triggers:
|
|
|
|
- schedule:
|
2022-09-06 05:09:41 +08:00
|
|
|
cron: "0 0 30 2 *"
|
2019-04-11 20:31:04 +08:00
|
|
|
filters:
|
|
|
|
branches:
|
|
|
|
only:
|
2021-02-23 03:19:08 +08:00
|
|
|
- main
|