From ab7f2d0b2451edff54fb5cec58e9932bf504649b Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 23 Oct 2025 14:47:03 +0200 Subject: [PATCH] Remove obsolete CircleCI config Builds have been stopped, we can remove the CircleCI config file. Signed-off-by: SuperQ --- .circleci/config.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 965b273941..0000000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -# 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. - -version: 2.1 - -executors: - golang: - docker: - - image: busybox - -jobs: - noopjob: - executor: golang - - steps: - - run: - command: "true" - -workflows: - version: 2 - prometheus: - jobs: - - noopjob - triggers: - - schedule: - cron: "0 0 30 2 *" - filters: - branches: - only: - - main