Skip to content

Commit d92c9f4

Browse files
committed
💚 enhance CI workflow with permissions and concurrency settings
1 parent 8750b0b commit d92c9f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
pull_request:
77
branches: [ main ]
88
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
13+
concurrency:
14+
group: test-${{ github.ref }}
15+
cancel-in-progress: true
916

1017
env:
1118
DOTNET_NOLOGO: true

0 commit comments

Comments
 (0)