From aa1543893aaf3a523d5fff0381a54531eedd6131 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Thu, 25 Jan 2024 19:34:55 +0100 Subject: [PATCH] skip step if nothing changed --- .github/workflows/CI_readme_sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI_readme_sync.yml b/.github/workflows/CI_readme_sync.yml index e5918daf4..18cd7cf3e 100644 --- a/.github/workflows/CI_readme_sync.yml +++ b/.github/workflows/CI_readme_sync.yml @@ -39,6 +39,7 @@ jobs: dir_names_max_depth: 2 - name: Generate docs + if: steps.changed-files.outputs.all_changed_files != '' env: # This is necessary to fetch the documentation categories # from Readme.io as we need them to associate the slug