Skip to content

Commit b53aec7

Browse files
Copilotmborgerson
andauthored
Add concurrency configuration to build workflow
Agent-Logs-Url: https://github.com/angr/pypcode/sessions/1fefc66a-6a6e-4803-a0ed-d8538908cb4b Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>
1 parent 031fc7f commit b53aec7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
8+
59
permissions:
610
contents: read
711

0 commit comments

Comments
 (0)