Skip to content

Commit

Permalink
adjust pr-check triggering condition (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Sep 12, 2023
1 parent 0cdf176 commit 7b4f260
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
- 'develop'
- 'releases/*'
pull_request:
types: [edited, ready_for_review, opened, synchronize, reopened]
types:
- opened
- synchronize
- reopened

# This is what will cancel the workflow concurrency
concurrency:
Expand Down

0 comments on commit 7b4f260

Please sign in to comment.