Skip to content

Commit d63d22c

Browse files
committed
Chore: Adjust CI configuration
1 parent 89a87df commit d63d22c

File tree

5 files changed

+13
-48
lines changed

5 files changed

+13
-48
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
pull_request:
66
workflow_dispatch:
77

8+
# Cancel in-progress jobs when pushing to the same branch.
9+
concurrency:
10+
cancel-in-progress: true
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
813
jobs:
914
lint:
1015
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
tags:
66
- 'v*.*.*'
77

8+
# Cancel in-progress jobs when pushing to the same branch.
9+
concurrency:
10+
cancel-in-progress: true
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
813
jobs:
914
# Build and configure package(s)
1015
build:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ instance/
7171
# Sphinx documentation
7272
docs/_build/
7373

74+
# PyCharm
75+
.idea
76+
7477
# PyBuilder
7578
target/
7679

0 commit comments

Comments
 (0)