Skip to content

Commit 8dafccd

Browse files
committed
Formatting
1 parent 230e869 commit 8dafccd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: PR - CI
2+
23
on:
34
pull_request:
45
branches: [ main ]
6+
57
concurrency:
68
group: ${{ github.head_ref || github.run_id }}
79
cancel-in-progress: true
10+
811
env:
912
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1013
DOTNET_CLI_TELEMETRY_OPTOUT: true
14+
1115
jobs:
1216
build_test:
1317
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)