Skip to content

Commit

Permalink
Merge pull request #167 from ImperialCollegeLondon/workflow_overhead
Browse files Browse the repository at this point in the history
Workflow overhead
  • Loading branch information
barneydobson authored May 15, 2024
2 parents dadcbf6 + a3d7ed5 commit 8e112ff
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Test

on: [push, pull_request, workflow_call]
on:
push:
pull_request:
types:
- opened
- synchronize
- reopened
- closed
workflow_call:

jobs:
qa:
Expand All @@ -26,7 +34,7 @@ jobs:
run: pip install -r dev-requirements.txt
- name: Run tests
run: pytest

test-pr-merge:
if: github.event.pull_request.merged == true
needs: qa
Expand Down

0 comments on commit 8e112ff

Please sign in to comment.