Skip to content

Commit 9c22add

Browse files
authored
Merge pull request #187 from stackhpc/fix-missing-list
fix: `workflow` missing empty list
2 parents 5d86129 + a952107 commit 9c22add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,14 +484,14 @@ source_repositories:
484484
dest: ".github/CODEOWNERS"
485485
caas-slurm-appliance:
486486
repository_type: "ansible"
487-
workflows:
487+
workflows: []
488488
community_files:
489489
- codeowners:
490490
content: "{{ community_files.codeowners.batch }}"
491491
dest: ".github/CODEOWNERS"
492492
ansible-slurm-appliance:
493493
repository_type: "ansible"
494-
workflows:
494+
workflows: []
495495
community_files:
496496
- codeowners:
497497
content: "{{ community_files.codeowners.batch }}"

0 commit comments

Comments
 (0)