Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
try fix again
  • Loading branch information
Dobson committed May 15, 2024
1 parent 7c9a459 commit babc771
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,19 @@ jobs:
run: pip install -r dev-requirements.txt
- 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 babc771

Please sign in to comment.