Skip to content

Commit f54df80

Browse files
committed
Move test-make.template.yaml
So that github actions does not report it as an errored workflow, when it is only a template
1 parent 4201530 commit f54df80

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ actions-workflows: .github/workflows/test-make.yaml
620620

621621
.PHONY: .github/workflows/test-make.yaml
622622

623-
.github/workflows/test-make.yaml: .github/workflows/test-make.template.yaml $(PLUGIN_SUITES_FILES)
623+
.github/workflows/test-make.yaml: .github/workflows/templates/test-make.template.yaml $(PLUGIN_SUITES_FILES)
624624
$(gen_verbose) $(YTT) \
625625
--file $< \
626626
$(foreach f,$(PLUGIN_SUITES_FILES),--data-values-file $f) \

0 commit comments

Comments
 (0)