From 3d461723c158dc57d9ef0d693d47a867244559ea Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 21 Oct 2024 22:11:23 -0700 Subject: [PATCH] Update test-template-aws.j2 --- scripts/test-template-aws.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-template-aws.j2 b/scripts/test-template-aws.j2 index 4efb984..2540d9d 100644 --- a/scripts/test-template-aws.j2 +++ b/scripts/test-template-aws.j2 @@ -68,7 +68,7 @@ steps: depends_on: image-build {% endif %} {% if step.nightly %} - if: build.env("NIGHTLY") && build.env("NIGHTLY") == "1" + if: build.env("NIGHTLY") == "1" {% endif %} agents: {% if step.label == "Documentation Build" %}