Skip to content

Commit

Permalink
Update pull_request_toolkit.yaml (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat authored Sep 7, 2023
1 parent 5ed385c commit bc6319b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion required_workflows/pull_request_toolkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc6319b

Please sign in to comment.