We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635a27b commit 337bdbaCopy full SHA for 337bdba
.gitlab-ci.yml
@@ -1,12 +1,12 @@
1
-stages:
+stages:
2
- test
3
-
+
4
trigger_pipeline:
5
stage: test
6
- rules:
+ rules:
7
- if: $CI_COMMIT_BRANCH =~ /^main|^release-.*/ || $CI_COMMIT_TAG != "" # only/except rules are no longer actively developed. Please use `rules` instead.
8
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
9
- changes:
+ changes:
10
- "!.github/workflows/quarto-render.yml"
11
- "!_quarto.yml"
12
- "!quarto-materials/*"
@@ -20,3 +20,4 @@ trigger_pipeline:
20
trigger:
21
project: tiledb-inc/tiledb-internal
22
strategy: depend
23
+ branch: main
0 commit comments