mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
CI: add concurrency rules to skip redundant build
Add concurrency rules to skip redundant build to skip extra build test on force push on pull request. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
committed by
Nick Hainke
parent
299ee2b1cf
commit
5aa683be13
4
.github/workflows/multi-arch-test-build.yml
vendored
4
.github/workflows/multi-arch-test-build.yml
vendored
@@ -3,6 +3,10 @@ name: Test Build
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Test ${{ matrix.arch }}
|
name: Test ${{ matrix.arch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user