Skip to content

Commit

Permalink
chore(ci): simplify ci/cd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed May 2, 2024
1 parent d8092dc commit 36b67ee
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: CI/CD
on:
push:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- '.gitignore'
- '.mergify.yml'
- 'CHANGELOG.md'
- 'LICENSE'
- 'README.md'
- 'renovate.json'
pull_request:
workflow_dispatch:
jobs:
Expand All @@ -26,11 +22,8 @@ jobs:
- '3.11'
- '3.12'
runs-on: ${{ matrix.os }}
name: Run tests on Python ${{ matrix.python-version }}, on ${{ matrix.os }}
name: Test on Python ${{ matrix.python-version }}, on ${{ matrix.os }}
timeout-minutes: 45
concurrency:
group: ${{ github.workflow }}-run-unit-tests-${{ matrix.python-version }}-${{ matrix.os }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
steps:
- name: Setup Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 36b67ee

Please sign in to comment.