Skip to content

Commit 55ba5fe

Browse files
committed
Define concurency group & drop permissions to read-all
1 parent e17cc98 commit 55ba5fe

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/testing.yml

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

8+
concurrency:
9+
group: ${{ github.ref }}-${{ github.workflow }}
10+
cancel-in-progress: true
11+
12+
permissions: read-all
13+
814
jobs:
915
build-package:
1016
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)