From d3027a82f07fc7c261824b8af63586880917785a Mon Sep 17 00:00:00 2001 From: onderonur Date: Sun, 18 Aug 2024 03:46:00 +0300 Subject: [PATCH] removed unnecessary condition from gh action --- .github/workflows/nextjs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 33e0aa7..56be340 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -52,11 +52,6 @@ jobs: # Deployment job deploy: - # Since `workflow_run` only has 3 activity types (`completed`, `requested` and `in_progress`), - # even if `Quality` workflow gets completed by failing, this workflow starts to run. - # To prevent this, we add a condition here. - # https://github.com/orgs/community/discussions/26238#discussioncomment-3250901 - if: ${{ github.event.workflow_run.conclusion == 'success' }} environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}