Skip to content

Commit

Permalink
add back concurrency group, update to have edited types of PRs to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 19, 2024
1 parent 412185b commit c607368
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sdk_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ on:
- opened
- reopened
- synchronize
- edited

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

0 comments on commit c607368

Please sign in to comment.