Skip to content

Commit d55290b

Browse files
committed
Cancel in-progress builds upon EG. repeat push
Just being nice with Github by not needlessly taking up resources running long jobs.
1 parent a7b3f63 commit d55290b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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
jobs:
610
prepare-versions:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)