Skip to content

Commit

Permalink
fix(workflow): add workflow_name field to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 26, 2023
1 parent 5d7bdf1 commit f9dfb5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/workflow/absa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ defaults:
- corprep
- override /task@absa_task: absa-test

workflow_name: absa
tasks:
# - ds_task
- absa_task
2 changes: 1 addition & 1 deletion config/workflow/corprep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults:
- /task@absa_task: absa
- override /project: corprep

name: corprep
workflow_name: corprep
verbose: true
tasks:
- ds_task
Expand Down
1 change: 1 addition & 0 deletions config/workflow/datasets-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ defaults:
- corprep
- override /task@ds_task: datasets-test

workflow_name: datasets-test
tasks:
- ds_task
# - absa_task
1 change: 1 addition & 0 deletions config/workflow/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
defaults:
- corprep

workflow_name: datasets
tasks:
- ds_task
# - absa_task

0 comments on commit f9dfb5b

Please sign in to comment.