.github: don't tests everyting for environment tests workflow change
This commit is contained in:
parent
f7ddb69367
commit
17b1a4c387
4
.github/workflows/cygwin_build.yml
vendored
4
.github/workflows/cygwin_build.yml
vendored
@ -64,6 +64,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -128,6 +130,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/esp32_build.yml
vendored
4
.github/workflows/esp32_build.yml
vendored
@ -66,6 +66,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -132,6 +134,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/macos_build.yml
vendored
4
.github/workflows/macos_build.yml
vendored
@ -64,6 +64,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -128,6 +130,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_ccache.yml
vendored
4
.github/workflows/test_ccache.yml
vendored
@ -56,6 +56,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -112,6 +114,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_chibios.yml
vendored
4
.github/workflows/test_chibios.yml
vendored
@ -58,6 +58,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -120,6 +122,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_dds.yml
vendored
4
.github/workflows/test_dds.yml
vendored
@ -63,6 +63,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -126,6 +128,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_linux_sbc.yml
vendored
4
.github/workflows/test_linux_sbc.yml
vendored
@ -60,6 +60,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -121,6 +123,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_replay.yml
vendored
4
.github/workflows/test_replay.yml
vendored
@ -67,6 +67,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -134,6 +136,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_sitl_copter.yml
vendored
4
.github/workflows/test_sitl_copter.yml
vendored
@ -73,6 +73,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
|
||||
pull_request:
|
||||
@ -147,6 +149,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_sitl_periph.yml
vendored
4
.github/workflows/test_sitl_periph.yml
vendored
@ -73,6 +73,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -146,6 +148,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_sitl_plane.yml
vendored
4
.github/workflows/test_sitl_plane.yml
vendored
@ -74,6 +74,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -148,6 +150,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_sitl_rover.yml
vendored
4
.github/workflows/test_sitl_rover.yml
vendored
@ -73,6 +73,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
|
||||
pull_request:
|
||||
@ -147,6 +149,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_sitl_sub.yml
vendored
4
.github/workflows/test_sitl_sub.yml
vendored
@ -75,6 +75,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -150,6 +152,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
4
.github/workflows/test_sitl_tracker.yml
vendored
4
.github/workflows/test_sitl_tracker.yml
vendored
@ -75,6 +75,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
@ -150,6 +152,8 @@ on:
|
||||
# Remove some directories check
|
||||
- '.vscode/**'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
2
.github/workflows/test_size.yml
vendored
2
.github/workflows/test_size.yml
vendored
@ -49,6 +49,8 @@ on:
|
||||
- 'libraries/AP_HAL_SITL/**'
|
||||
- 'libraries/AP_HAL_ESP32/**'
|
||||
- 'libraries/AP_HAL_Linux/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
4
.github/workflows/test_unit_tests.yml
vendored
4
.github/workflows/test_unit_tests.yml
vendored
@ -44,6 +44,8 @@ on:
|
||||
# remove non SITL HAL
|
||||
- 'libraries/AP_HAL_ChibiOS/**'
|
||||
- 'libraries/AP_HAL_ESP32/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
# Remove markdown files as irrelevant
|
||||
@ -87,6 +89,8 @@ on:
|
||||
# remove non SITL HAL
|
||||
- 'libraries/AP_HAL_ChibiOS/**'
|
||||
- 'libraries/AP_HAL_ESP32/**'
|
||||
# Remove change on other workflows
|
||||
- '.github/workflows/test_environment.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
Loading…
Reference in New Issue
Block a user