Skip to content

Commit

Permalink
Handle no templates changed
Browse files Browse the repository at this point in the history
  • Loading branch information
blythed committed Oct 29, 2024
1 parent f0fa0f0 commit d7babd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7babd0

Please sign in to comment.