Skip to content

Commit

Permalink
Add concurrency group to safer-golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker authored Sep 30, 2024
1 parent b420135 commit ab84b0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/safer-golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ env:
OPENSSL_DGST_CMD: openssl dgst -sha256 -r
CURL_CMD: curl --proto =https --tlsv1.2 --location --silent --show-error --fail

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

jobs:
main:
name: Lint
Expand Down

0 comments on commit ab84b0e

Please sign in to comment.