Skip to content

Commit a933528

Browse files
committed
feat: simplify conditional for use_bespoke
1 parent fbd08c1 commit a933528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/github/templates/workflow.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%%- formatted_name -%%
1010
<%- endmacro -%>
1111

12-
<% if workflow.use_bespoke is defined and workflow.use_bespoke is true %>
12+
<% if workflow.use_bespoke is true %>
1313
<%- extends workflow.file_name + ".j2" | string +%>
1414
<% else %>
1515
<%- extends "generic.yml.j2" +%>

0 commit comments

Comments
 (0)