From 00e3ea1555fd5036d75a96b7e396417a0bda89ab Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 5 Jun 2021 15:38:07 +0200 Subject: [PATCH] rename nightly jobs for new naming scheme --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7d5dcdf6..27b0319ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ build-coq.8.12.2: # Nightly job with a known-to-work Coq version # (so failures must be caused by std++) -build-stdpp.dev-coq.8.13.1: +trigger-stdpp.dev-coq.8.13.1: <<: *template variables: STDPP_REPO: "iris/stdpp" @@ -83,7 +83,7 @@ build-stdpp.dev-coq.8.13.1: - api # Nightly job with latest Coq beta branch -build-stdpp.dev-coq.8.13.dev: +trigger-stdpp.dev-coq.8.13.dev: <<: *template variables: STDPP_REPO: "iris/stdpp" -- GitLab