CI: Avoid to build stage for scheduling

This commit is contained in:
Julien Wadel 2024-10-02 10:24:53 +02:00
parent 975c461a4d
commit ca09b82047

View file

@ -5,7 +5,6 @@
ubuntu2004-ninja-gcc:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $DOCKER_UPDATE == null && $SKIP_LINUX == null
- if: $CI_PIPELINE_SOURCE == "schedule" && $DOCKER_UPDATE == null && $SKIP_LINUX == null
variables:
CMAKE_GENERATOR: Ninja
CMAKE_OPTIONS: -DENABLE_PQCRYPTO=ON