Skip to content

Commit aff5d5f

Browse files
committed
ci/eval: cancel previous run if new code is pushed
<!-- ps-id: 4f58e709-5f02-4915-8af4-d320e8a7748e -->
1 parent 4bbd03b commit aff5d5f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/eval.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- haskell-updates
1414
- python-updates
1515

16+
# Cancel previous if someone pushed an update
17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
19+
cancel-in-progress: true
20+
1621
permissions: {}
1722

1823
jobs:

0 commit comments

Comments
 (0)