emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master afc214f: ; Fix last change


From: Michael Albinus
Subject: master afc214f: ; Fix last change
Date: Mon, 29 Mar 2021 06:12:40 -0400 (EDT)

branch: master
commit afc214f139688b0b89bbb887405e247045fd891f
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix last change
---
 test/infra/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 17dda1a..6355513 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -144,11 +144,11 @@ default:
   rules:
     - if: '$CI_JOB_STAGE =~ "fast|normal" && $CI_PIPELINE_SOURCE == "schedule"'
       when: never
+    - when: always
   artifacts:
     name: ${test_name}
     public: true
     expire_in: 1 week
-    when: always
     paths:
       - "${test_name}/**/*.log"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]