Skip to content

Commit

Permalink
prevent spawm from linter bot (cataclysmbnteam#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
casswedson authored May 13, 2023
1 parent b3377c9 commit f2e61a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths: ["**.json", "**.cpp", "**.hpp", "**.h", "**.c"]

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

jobs:
Expand Down

0 comments on commit f2e61a7

Please sign in to comment.