From d7babd021dae70f341dd87e73fe40bcb72bdf3c7 Mon Sep 17 00:00:00 2001 From: Duncan Blythe Date: Tue, 29 Oct 2024 10:07:55 +0100 Subject: [PATCH] Handle no templates changed --- .github/workflows/ci_templates.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_templates.yaml b/.github/workflows/ci_templates.yaml index 289119dc7..667b66834 100644 --- a/.github/workflows/ci_templates.yaml +++ b/.github/workflows/ci_templates.yaml @@ -86,9 +86,12 @@ jobs: id: final_output run: | echo "::set-output name=matrix::$matrix_json" + echo "::set-output name=templates_exist::$TEMPLATES_EXIST" + test_template: needs: template_update_check + if: needs.template_update_check.outputs.templates_exist != '0' runs-on: ubuntu-latest strategy: fail-fast: false