File tree Expand file tree Collapse file tree 5 files changed +13
-48
lines changed Expand file tree Collapse file tree 5 files changed +13
-48
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+
813jobs :
914 lint :
1015 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 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+
813jobs :
914 # Build and configure package(s)
1015 build :
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ instance/
7171# Sphinx documentation
7272docs /_build /
7373
74+ # PyCharm
75+ .idea
76+
7477# PyBuilder
7578target /
7679
You can’t perform that action at this time.
0 commit comments