Skip to content

Commit

Permalink
Run Workflow when ready to review
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpro118 committed Jul 1, 2024
1 parent ff517e0 commit d643a0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
types: [ready_for_review]


jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testlib_internal_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "tests/testlib/*"
types: [ready_for_review]

jobs:
testlib_internal_build_asan:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "include/*"
- "src/*"
- "tests/*"
types: [ready_for_review]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d643a0c

Please sign in to comment.