Skip to content

Commit

Permalink
comment out concurrency options on PR toolkit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Feb 6, 2024
1 parent 5f44641 commit 9c27791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions required_workflows/pull_request_toolkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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 9c27791

Please sign in to comment.