Disable github action in case of new commits
Open
- Dominant language
- Haskell
- Stars
- 3.2k
- Forks
- 432
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 5
Description
By adding
```
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
```
To all the workflows (see https://github.com/crytic/slither/blob/64b2e0c063cf93fb479481abc432371404629f32/.github/workflows/IR.yml#L16-L18)
Contributor guide
Assessment
This issue has not been assessed yet.