mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Cancel in progress PR tests when PR is updated with more commits.
This commit is contained in:
5
.github/workflows/test-push.yml
vendored
5
.github/workflows/test-push.yml
vendored
@@ -1,5 +1,10 @@
|
||||
name: Run Tests
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: build-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user