We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412185b commit 6553398Copy full SHA for 6553398
.github/CODEOWNERS
@@ -1,2 +1 @@
1
-* @goshippo/core-enablement
2
-* @AdrianCollinsShippo
+* @goshippo/core-enablement @AdrianCollinsShippo
.github/workflows/sdk_validation.yaml
@@ -8,10 +8,14 @@ on:
8
- opened
9
- reopened
10
- synchronize
11
+ - edited
12
13
jobs:
14
check:
15
runs-on: ubuntu-latest
16
+ timeout-minutes: 10
17
+ concurrency:
18
+ group: csharp-sdk-check
19
steps:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-dotnet@v4
0 commit comments