Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
and again
  • Loading branch information
Dobson committed May 15, 2024
1 parent babc771 commit a3d7ed5
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 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 @@ -27,18 +35,6 @@ jobs:
- name: Run tests
run: pytest

on:
pull_request:
types:
- closed

jobs:
qa:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]

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

0 comments on commit a3d7ed5

Please sign in to comment.