From 2a0b92d51f2140ba5001ce0824d05777f4436178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Trunk=C3=A1t?= Date: Tue, 6 Feb 2024 12:52:06 +0100 Subject: [PATCH] fix: Attempting to fix a PR toolkit getting stuck --- required_workflows/pull_request_toolkit.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/required_workflows/pull_request_toolkit.yaml b/required_workflows/pull_request_toolkit.yaml index c8467a1..ad6536a 100644 --- a/required_workflows/pull_request_toolkit.yaml +++ b/required_workflows/pull_request_toolkit.yaml @@ -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: