Skip to content

Commit

Permalink
add manual trigger
Browse files Browse the repository at this point in the history
Also cut to running on just one version of python
  • Loading branch information
jacalata authored Jan 30, 2025
1 parent 88ff0aa commit 92269c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ on:
pull_request:
branches:
- development
workflow_dispatch:

jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ['3']
python-version: ['3.12']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 92269c5

Please sign in to comment.