mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
.github: allow to skip previous CI jobs on PR
This commit is contained in:
parent
a71007f2c7
commit
9f4b76f0ef
3
.github/workflows/cygwin_build.yml
vendored
3
.github/workflows/cygwin_build.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Cygwin Build
|
name: Cygwin Build
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_chibios.yml
vendored
3
.github/workflows/test_chibios.yml
vendored
@ -5,6 +5,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_coverage.yml
vendored
3
.github/workflows/test_coverage.yml
vendored
@ -7,6 +7,9 @@ on:
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_linux_sbc.yml
vendored
3
.github/workflows/test_linux_sbc.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_replay.yml
vendored
3
.github/workflows/test_replay.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_sitl_copter.yml
vendored
3
.github/workflows/test_sitl_copter.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_sitl_periph.yml
vendored
3
.github/workflows/test_sitl_periph.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-gcc-ap_periph:
|
build-gcc-ap_periph:
|
||||||
|
3
.github/workflows/test_sitl_plane.yml
vendored
3
.github/workflows/test_sitl_plane.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_sitl_rover.yml
vendored
3
.github/workflows/test_sitl_rover.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_sitl_sub.yml
vendored
3
.github/workflows/test_sitl_sub.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_sitl_tracker.yml
vendored
3
.github/workflows/test_sitl_tracker.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_size.yml
vendored
3
.github/workflows/test_size.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
3
.github/workflows/test_unit_tests.yml
vendored
3
.github/workflows/test_unit_tests.yml
vendored
@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]
|
|||||||
# paths:
|
# paths:
|
||||||
# - "*"
|
# - "*"
|
||||||
# - "!README.md" <-- don't rebuild on doc change
|
# - "!README.md" <-- don't rebuild on doc change
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{github.workflow}}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user