1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

End the current execution if there is a new changeset in the PR

This commit is contained in:
Sylvestre Ledru 2023-02-17 17:55:33 +01:00
parent 9fdce975fd
commit b763143db0
2 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,11 @@ on: [push, pull_request]
permissions:
contents: read # to fetch code (actions/checkout)
# End the current execution if there is a new changeset in the PR.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
cargo-deny:
name: Style/cargo-deny

View File

@ -14,6 +14,11 @@ on: [push, pull_request]
permissions:
contents: read
# End the current execution if there is a new changeset in the PR.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
gnu:
permissions: