crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
746 stars 99 forks source link

Disable github action in case of new commits #165

Open montyly opened 1 year ago

montyly commented 1 year ago

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)