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