Skip to content

Commit

Permalink
disable multi runs
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Sep 27, 2023
1 parent 7c522be commit 9990e59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Format check on pull request

on: pull_request

concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
dotnet-format:
runs-on: windows-latest
Expand Down

0 comments on commit 9990e59

Please sign in to comment.