Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 19e934e8 authored by usov_i's avatar usov_i
Browse files

Run pipeline only on default branch changes

parent 8604d695
No related branches found
No related tags found
No related merge requests found
Pipeline #36342 passed
......@@ -7,6 +7,10 @@ default:
before_script:
- source /opt/miniconda3/etc/profile.d/conda.sh
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
build-and-publish:
stage: build-and-publish
rules:
......
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