From b54b8d94f0a94ed09805d6048ad0ffc0e41ca1a3 Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Wed, 7 Aug 2024 17:54:33 +0200 Subject: [PATCH] Remove if condition as non used Signed-off-by: cmoulliard --- .github/workflows/publish-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-pipelines.yml b/.github/workflows/publish-pipelines.yml index b777f73..1ede406 100644 --- a/.github/workflows/publish-pipelines.yml +++ b/.github/workflows/publish-pipelines.yml @@ -60,7 +60,7 @@ jobs: - name: Get current date id: date - if: steps.changed-files-yaml.outputs.doc_any_changed == 'true' + #if: steps.changed-files-yaml.outputs.doc_any_changed == 'true' run: echo "::set-output name=date::$(date +'%Y-%m-%d')" - name: Markdown Code Embed