From ca4753673d21e478e6631e98ea7da977ea845823 Mon Sep 17 00:00:00 2001 From: timvisee Date: Sun, 20 Aug 2023 17:33:32 +0200 Subject: [PATCH] Run CI on shared GitLab runners --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89e217f..b8ab437 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,6 @@ stages: - pre-release - release -default: - tags: - - linux - - timvisee-linux - # Variable defaults variables: RUST_VERSION: stable