Skip to content

Commit

Permalink
fix: Attempting to fix a PR toolkit getting stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat authored Feb 6, 2024
1 parent 9c27791 commit 2a0b92d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions required_workflows/pull_request_toolkit.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# For more info see: https://github.com/apify/pull-request-toolkit-action/
name: Apify pull request toolkit

on:
pull_request:
types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default.
# on:
# pull_request:
# types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default.

# concurrency: # This is to make sure that it's executed only for the most recent changes of PR.
# group: ${{ github.ref }}
# cancel-in-progress: true
concurrency: # This is to make sure that it's executed only for the most recent changes of PR.
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
apify-pr-toolkit:
Expand Down

0 comments on commit 2a0b92d

Please sign in to comment.