Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!1080
missed a list
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
missed a list
pims_testing_fixes
into
main
Overview
2
Commits
1
Pipelines
1
Changes
1
All threads resolved!
Show all comments
Merged
Charlotte Hausman
requested to merge
pims_testing_fixes
into
main
2 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Viewing commit
512f1c4c
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
512f1c4c
missed a list
· 512f1c4c
Charlotte Hausman
authored
2 years ago
shared/workspaces/workspaces/workflow/services/workflow_info.py
+
1
−
1
Options
@@ -106,7 +106,7 @@ class WorkflowInfo(WorkflowInfoIF):
# otherwise, the argument must be already be a string
workflow_name
=
workflow
.
workflow_name
if
hasattr
(
workflow
,
"
workflow_name
"
)
else
workflow
if
any
(
item
in
workflow_name
for
item
in
[
"
null
"
,
"
download
"
,
"
carta
"
,
"
vlass
"
,
"
qa
"
]):
if
any
(
item
in
workflow_name
for
item
in
[
"
null
"
,
"
download
"
,
"
carta
"
,
"
vlass
"
,
"
qa
"
,
"
split
"
]):
argument
[
"
need_project_metadata
"
]
=
False
if
(
Loading