From a6e55d5cc5ad70b7c02789fa9460d8b94a557939 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 10 Aug 2020 11:21:21 +0200 Subject: [PATCH] Build on manual pipeline run --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f21a0f..8ab660a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ build: image: fedora:latest rules: - if: $CI_COMMIT_TAG - - when: manual + - if: $CI_PIPELINE_SOURCE == "web" cache: paths: - .dnf_cache