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