Skip to content

Commit

Permalink
Refactor GitHub Actions for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Oct 15, 2024
1 parent 78d761b commit 9581efd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
include:
- mongodb-version: "5.0"
- mongodb-version: "6.0"
- mongodb-version: "7.0"
timeout-minutes: 20
mongodb-version: ["5.0", "6.0", "7.0"]
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down

0 comments on commit 9581efd

Please sign in to comment.