Skip to content

Commit 10d6c92

Browse files
committed
specify workflow permissions; remove concurrency
1 parent b592a34 commit 10d6c92

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci-python.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: CI / Python
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches:
69
- main
710
pull_request:
811

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11-
cancel-in-progress: true
12-
1312
jobs:
1413
lint:
1514
name: Lint

0 commit comments

Comments
 (0)