From bc6319b3201f0413d939b43983fa0446546c5f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Trunk=C3=A1t?= Date: Thu, 7 Sep 2023 09:51:35 +0200 Subject: [PATCH] Update pull_request_toolkit.yaml (#86) --- required_workflows/pull_request_toolkit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/required_workflows/pull_request_toolkit.yaml b/required_workflows/pull_request_toolkit.yaml index 25fec45..e86c567 100644 --- a/required_workflows/pull_request_toolkit.yaml +++ b/required_workflows/pull_request_toolkit.yaml @@ -11,7 +11,8 @@ concurrency: # This is to make sure that it's executed only for the most recent jobs: apify-pr-toolkit: - if: github.event.pull_request.draft == false + # Commented out as it sometimes happens that once PR was in a draft the workflows are not being run later on. + # if: github.event.pull_request.draft == false runs-on: ubuntu-latest steps: - name: run pull-request-toolkit action