Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Feb 5, 2025
2 parents 8ff0040 + 9a35cab commit cf9f594
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: benchmark
on:
workflow_dispatch:
push:
branches: [ main, v1_feature_branch, create-pull-request/patch ]
paths-ignore:
pyproject.toml
branches: [ main]
pull_request:
branches: [ main ]

env:
UV_SYSTEM_PYTHON: true
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: linting
# Triggers the workflow on push for all branches
on:
push:
paths-ignore:
pyproject.toml

env:
UV_SYSTEM_PYTHON: true
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/testing_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: pytest and coverage report
# Triggers the workflow on push for all branches and PR only for main
on:
push:
branches: [ main, v1_feature_branch ]
paths-ignore:
pyproject.toml
branches: [ main ]
pull_request:
branches: [ main, v1_feature_branch ]
branches: [ main ]

env:
UV_SYSTEM_PYTHON: true
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:
- cron: '0 1 * * 1'
workflow_dispatch:
push:
branches: [ main, v1_feature_branch ]
paths-ignore:
pyproject.toml
branches: [ main ]

env:
UV_SYSTEM_PYTHON: true
Expand Down

0 comments on commit cf9f594

Please sign in to comment.