Skip to content

Commit f1d5f0f

Browse files
committed
test(pages): ✅ run only on ready for review
1 parent a9aece2 commit f1d5f0f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/cargo-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "Cargo test"
22

3-
on: [pull_request]
3+
on:
4+
pull_request:
5+
types: [ready_for_review, review_requested]
46

57
jobs:
68
test:

.github/workflows/rust-clippy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
pull_request:
1616
# The branches below must be a subset of the branches above
1717
branches: [ "main" ]
18+
types: [ready_for_review, review_requested]
1819
schedule:
1920
- cron: '22 1 * * 0'
2021

0 commit comments

Comments
 (0)