From 2d03689c28f2bc5ae325a17390ad7807d6d46eff Mon Sep 17 00:00:00 2001 From: yessica-rd Date: Thu, 28 Sep 2023 15:54:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Change=20generate-documentation?= =?UTF-8?q?=20to=20test=20image=20creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/generate-and-submit-documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-and-submit-documentation.yaml b/.github/workflows/generate-and-submit-documentation.yaml index ca0a677f..c8a02c6b 100644 --- a/.github/workflows/generate-and-submit-documentation.yaml +++ b/.github/workflows/generate-and-submit-documentation.yaml @@ -10,7 +10,7 @@ on: jobs: generate-documentation: - if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'develop' + # if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' && github.event.pull_request.head.ref == 'develop' runs-on: ubuntu-latest steps: - name: Checkout