Skip to content
Snippets Groups Projects
Commit fd4369e6 authored by Houssem ROUIS's avatar Houssem ROUIS
Browse files

Merge branch aidge_backend_cpu:master into binary_operators

parents 9c32da6e 5dc696cb
No related branches found
No related tags found
1 merge request!19Binary operators
Pipeline #33959 passed
This commit is part of merge request !19. Comments created here will be created in the context of that merge request.
...@@ -9,6 +9,14 @@ variables: ...@@ -9,6 +9,14 @@ variables:
GIT_SSL_NO_VERIFY: 1 GIT_SSL_NO_VERIFY: 1
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
# See https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
default: default:
image: nvidia/cuda:12.2.0-devel-ubuntu22.04 image: nvidia/cuda:12.2.0-devel-ubuntu22.04
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment