Skip to content

Commit

Permalink
Merge pull request #166 from ImperialCollegeLondon/workflow_overhead
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
barneydobson authored May 15, 2024
2 parents ef3a24d + 7c9a459 commit dadcbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
run: pytest

test-pr-merge:
if: github.event.pull_request.merged == true
needs: qa
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: [ "3.10" ]
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit dadcbf6

Please sign in to comment.