From 41d72124b42253623eb8cb903a521c7be04bcc57 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Wed, 22 Mar 2023 19:35:14 +0000 Subject: [PATCH] Remove workflows and defaults --- .gitlab-ci.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ea54a2..837883c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,31 +4,6 @@ variables: GITHUB_REPOSITORY: https://github.com/eic/detector_benchmarks GITHUB_REF: main -workflow: - rules: - - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - - if: '$CI_PIPELINE_SOURCE == "web"' - - if: '$CI_PIPELINE_SOURCE == "webide"' - - if: '$CI_COMMIT_BRANCH == "master"' - - if: '$CI_COMMIT_TAG' - -default: - tags: - - phy-scratch - artifacts: - expire_in: 72 hours - paths: - - .local/detector - - .local/lib - - .local/bin - - .local/include - - .local/share - - results - - config - - juggler.env - reports: - dotenv: juggler.env - stages: - status-pending - config -- GitLab