From 6c16765901f50fc34e70cb740602d4fbf33aa014 Mon Sep 17 00:00:00 2001 From: matei jordache Date: Tue, 5 Mar 2024 16:21:39 -0500 Subject: [PATCH] Update Documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 538384a..a0aaec2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -12,7 +12,7 @@ env: jobs: buildfiles: name: Design check & documentation build - if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true + if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - name: Checkout code