From d957e4d5f8cb256f7c004d7de368154341fa9e94 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 9 Oct 2024 05:05:54 +0300 Subject: [PATCH] updated ansible-playbook-syntax.yaml --- .github/workflows/ansible-playbook-syntax.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-playbook-syntax.yaml b/.github/workflows/ansible-playbook-syntax.yaml index ce00fc5..39d718c 100644 --- a/.github/workflows/ansible-playbook-syntax.yaml +++ b/.github/workflows/ansible-playbook-syntax.yaml @@ -52,7 +52,7 @@ concurrency: cancel-in-progress: true jobs: - validate: + ansible_playbook_syntax_check: # github.event.repository context not available in scheduled workflows #if: github.event.repository.fork == false if: github.repository_owner == 'HariSekhon'