Skip to content

Commit 6553398

Browse files
authored
More testing (#25)
* add back concurrency group, update to have edited types of PRs to test * fix codeowners file
1 parent 412185b commit 6553398

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/CODEOWNERS

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
* @goshippo/core-enablement
2-
* @AdrianCollinsShippo
1+
* @goshippo/core-enablement @AdrianCollinsShippo

.github/workflows/sdk_validation.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ on:
88
- opened
99
- reopened
1010
- synchronize
11+
- edited
1112

1213
jobs:
1314
check:
1415
runs-on: ubuntu-latest
16+
timeout-minutes: 10
17+
concurrency:
18+
group: csharp-sdk-check
1519
steps:
1620
- uses: actions/checkout@v4
1721
- uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)