Skip to content

Commit 2eb3c6c

Browse files
committed
Avoid stale actions workflow generation
1 parent 385635a commit 2eb3c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github-actions.mk

+2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ $(PROJECT):
1313
endef
1414
endif
1515

16+
.PHONY: ../../.github/workflows/data/$(PROJECT).yaml
17+
1618
../../.github/workflows/data/$(PROJECT).yaml: $(wildcard test/*_SUITE.erl)
1719
$(file > $@,$(suites_yaml))

0 commit comments

Comments
 (0)