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
!1463
WS-1966 Excluding mk_four_import workflow from wrester args
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-1966 Excluding mk_four_import workflow from wrester args
ws1966-mark4_import_workflow_fix
into
main
Overview
1
Commits
2
Pipelines
2
Changes
1
Merged
Daniel Nemergut
requested to merge
ws1966-mark4_import_workflow_fix
into
main
1 year ago
Overview
1
Commits
2
Pipelines
2
Changes
1
Expand
Wrester args got me again. Fool me twice, something something something.
0
0
Merge request reports
Compare
main
version 1
3b9e9eaf
1 year ago
main (base)
and
latest version
latest version
8e541f7e
2 commits,
1 year ago
version 1
3b9e9eaf
1 commit,
1 year ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
shared/workspaces/workspaces/workflow/services/workflow_info.py
+
2
−
1
Options
@@ -167,7 +167,8 @@ 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
"
,
"
carta
"
,
"
vlass
"
,
"
qa
"
,
"
split
"
,
"
ingest
"
]):
# TODO: Is there a cleaner way to handle need_project_metadata and wrester args?
if
any
(
item
in
workflow_name
for
item
in
[
"
null
"
,
"
carta
"
,
"
vlass
"
,
"
qa
"
,
"
split
"
,
"
ingest
"
,
"
import
"
]):
argument
[
"
need_project_metadata
"
]
=
False
if
(
Loading