From 006f81c623338385e23ae1c17d43fc2e7eac62bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Trunk=C3=A1t?= Date: Fri, 4 Aug 2023 11:42:21 +0200 Subject: [PATCH] chore: Running the action on all PRs (#29) --- .github/workflows/pr_toolkit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_toolkit.yml b/.github/workflows/pr_toolkit.yml index 26dc1e5..581f971 100644 --- a/.github/workflows/pr_toolkit.yml +++ b/.github/workflows/pr_toolkit.yml @@ -1,8 +1,8 @@ +# This is an original action workflow, not the organization-wide one. name: Apify PR toolkit on: pull_request: - branches: [ $default-branch ] # Run only on PRs to default branch (i.e., develop), not on releases and PR chains 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. @@ -11,7 +11,7 @@ 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 && + if: github.event.pull_request.draft == false runs-on: ubuntu-20.04 steps: - name: clone local repository