Skip to content

Commit

Permalink
[centos-workstation] add concurrency config
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Dec 20, 2024
1 parent 675eb98 commit 12cc785
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ env:
permissions:
contents: read

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

jobs:
build:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 12cc785

Please sign in to comment.