Skip to content

Commit a952107

Browse files
authored
fix: workflow missing empty list
1 parent 5d86129 commit a952107

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)