2018-04-21 05:35:53 +00:00
|
|
|
---
|
2022-09-05 21:09:41 +00: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 05:35:53 +00:00
|
|
|
|
2022-09-05 21:09:41 +00:00
|
|
|
version: 2.1
|
2019-07-15 07:41:28 +00:00
|
|
|
|
2018-10-16 07:41:45 +00:00
|
|
|
executors:
|
|
|
|
golang:
|
2021-02-25 21:25:25 +00:00
|
|
|
docker:
|
2022-09-05 21:09:41 +00:00
|
|
|
- image: busybox
|
2018-10-16 07:41:45 +00:00
|
|
|
|
|
|
|
jobs:
|
2022-09-05 21:09:41 +00:00
|
|
|
noopjob:
|
2018-10-16 07:41:45 +00:00
|
|
|
executor: golang
|
2018-04-21 05:35:53 +00:00
|
|
|
|
|
|
|
steps:
|
2021-06-12 10:47:47 +00:00
|
|
|
- run:
|
2022-09-05 21:09:41 +00:00
|
|
|
command: "true"
|
2019-04-11 12:31:04 +00:00
|
|
|
|
2018-04-21 05:35:53 +00:00
|
|
|
workflows:
|
|
|
|
version: 2
|
|
|
|
prometheus:
|
|
|
|
jobs:
|
2022-09-05 21:09:41 +00:00
|
|
|
- noopjob
|
2019-04-11 12:31:04 +00:00
|
|
|
triggers:
|
|
|
|
- schedule:
|
2022-09-05 21:09:41 +00:00
|
|
|
cron: "0 0 30 2 *"
|
2019-04-11 12:31:04 +00:00
|
|
|
filters:
|
|
|
|
branches:
|
|
|
|
only:
|
2021-02-22 19:19:08 +00:00
|
|
|
- main
|