Skip to content

Commit

Permalink
Update to run ci and analysis on push, compatability on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 19, 2024
1 parent 125c749 commit dd7d5be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- github-ci
- '**'

jobs:
CI:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Analysis
on:
push:
branches:
- github-ci
- '**'

jobs:
CodeAnalysis:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
if: env.skip-job != 'true'
run: |
poetry show --outdated --only main
- name: Run tests with coverage in latest stable 3.x
run: |
poetry run pytest --cov=app --cov-report=term-missing
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/compatability-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Compatibility Matrix

on:
push:
branches:
- github-ci
# workflow_dispatch:
workflow_dispatch:

jobs:
CompatibilityMatrix:
Expand Down

0 comments on commit dd7d5be

Please sign in to comment.