Skip to content

Commit

Permalink
update gitignore, add adrian to code owners, remove concurrency group (
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 authored Nov 19, 2024
1 parent 8ffedd2 commit 412185b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @goshippo/core-enablement
* @goshippo/core-enablement
* @AdrianCollinsShippo
3 changes: 0 additions & 3 deletions .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ on:
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: csharp-sdk-check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ obj/
bin/
debug/
.speakeasy/temp/
.idea
build/
ShippoTests/TestResults/

0 comments on commit 412185b

Please sign in to comment.