From 82dba6d819e1354ee8869f96b0a19517a9a48537 Mon Sep 17 00:00:00 2001 From: Jan Faurskov <22591930+jfaurskov@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:07:29 +0200 Subject: [PATCH] yml syntax --- .github/workflows/unit-test-arm-templates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-test-arm-templates.yml b/.github/workflows/unit-test-arm-templates.yml index 80e81237c..1a59510c6 100644 --- a/.github/workflows/unit-test-arm-templates.yml +++ b/.github/workflows/unit-test-arm-templates.yml @@ -1,3 +1,4 @@ +--- name: Unit Test ARM templates with arm-ttk ########################################## @@ -14,7 +15,7 @@ on: - ready_for_review paths: - "services/**/**/templates/arm/**.json" - workflow_dispatch: {} + workflow_dispatch: { } permissions: id-token: write