Skip to content

Commit

Permalink
Only run heavy workflows on PR review_requestsd
Browse files Browse the repository at this point in the history
  • Loading branch information
timidri committed Nov 21, 2023
1 parent 89602e3 commit 67cdb34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-fips-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Install fips test matrix"

on:
pull_request:
types: [review_requested]
paths:
- ".github/workflows/**/*"
- "spec/**/*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Install test matrix"

on:
pull_request:
types: [review_requested]
paths:
- ".github/workflows/**/*"
- "spec/**/*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Upgrade test matrix"

on:
pull_request:
types: [review_requested]
paths:
- '.github/workflows/**/*'
- 'spec/**/*'
Expand Down

0 comments on commit 67cdb34

Please sign in to comment.