Skip to content

Commit

Permalink
try to run on PR regardless of event subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan authored Feb 6, 2024
1 parent b41aa73 commit 7cea73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion required_workflows/pull_request_toolkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Apify pull request toolkit

on:
pull_request:
types: ['opened', 'reopened', 'synchronize', 'labeled', 'unlabeled', 'edited', 'ready_for_review'] # The first 3 are default.
# 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 }}
Expand Down

0 comments on commit 7cea73d

Please sign in to comment.