Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_templates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gitlab_templates
Merge requests
!320
Only run on tags in the canonical project.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Only run on tags in the canonical project.
issue/gitlab_templates-3502507:3502507-no-pipelines-on-forks-tags
into
main
Overview
1
Commits
2
Pipelines
2
Changes
1
Closed
Only run on tags in the canonical project.
Fran Garcia-Linares
requested to merge
issue/gitlab_templates-3502507:3502507-no-pipelines-on-forks-tags
into
main
5 months ago
Overview
1
Commits
2
Pipelines
2
Changes
1
Closes
#3502507
0
0
Merge request reports
Compare
main
version 1
71c5d577
5 months ago
main (base)
and
latest version
latest version
379969b1
2 commits,
5 months ago
version 1
71c5d577
1 commit,
5 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
includes/include.drupalci.workflows.yml
+
1
−
1
View file @ 379969b1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -20,7 +20,7 @@ workflow:
-
if
:
$CI_MERGE_REQUEST_IID
-
if
:
$CI_PIPELINE_SOURCE == 'merge_request_event'
# Run on tags
-
if
:
$CI_COMMIT_TAG
-
if
:
$CI_COMMIT_TAG
&& $CI_PROJECT_ROOT_NAMESPACE == "project"
# Run when called from an upstream pipeline https://docs.gitlab.com/ee/ci/pipelines/downstream_pipelines.html?tab=Multi-project+pipeline#use-rules-to-control-downstream-pipeline-jobs
-
if
:
$CI_PIPELINE_SOURCE == 'pipeline'
-
if
:
$CI_PIPELINE_SOURCE == 'parent_pipeline'
Loading