Skip to content

Commit

Permalink
[QMI-096] Checking out main code in pull request before running reusa…
Browse files Browse the repository at this point in the history
…ble code.
  • Loading branch information
Henri Ervasti committed Aug 12, 2024
1 parent e8a5a38 commit 4b2dadd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ on:

jobs:
build:
- name: Check out the repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
runs-on: ubuntu-latest
strategy:
max-parallel: 3
matrix:
python-version: ["3.8", "3.9", "3.10"]
- name: Check out the repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

steps:
- name: Use reusable workflow
Expand Down

0 comments on commit 4b2dadd

Please sign in to comment.