diff --git a/.github/workflows/build_package_Rock5.yml b/.github/workflows/build_package_Rock5.yml index d091f3755..2a547ac7e 100644 --- a/.github/workflows/build_package_Rock5.yml +++ b/.github/workflows/build_package_Rock5.yml @@ -7,12 +7,7 @@ on: - "dev-release" - "release" - "experiments" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' + jobs: build: #runs-on: ubuntu-18.04 diff --git a/.github/workflows/build_package_rpi.yml b/.github/workflows/build_package_rpi.yml index ee72c949c..4a71cda19 100644 --- a/.github/workflows/build_package_rpi.yml +++ b/.github/workflows/build_package_rpi.yml @@ -6,12 +6,7 @@ on: - "2.5-evo" - "dev-release" - "release" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' + env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release diff --git a/.github/workflows/build_package_x86_jammy.yml b/.github/workflows/build_package_x86_jammy.yml index 56666c038..819450b99 100644 --- a/.github/workflows/build_package_x86_jammy.yml +++ b/.github/workflows/build_package_x86_jammy.yml @@ -6,12 +6,6 @@ on: - "2.5-evo" - "dev-release" - "release" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) diff --git a/.github/workflows/build_package_x86_lunar.yml b/.github/workflows/build_package_x86_lunar.yml index edaa615ed..e4c7d6f60 100644 --- a/.github/workflows/build_package_x86_lunar.yml +++ b/.github/workflows/build_package_x86_lunar.yml @@ -6,12 +6,6 @@ on: - "2.5-evo" - "dev-release" - "release" - paths-ignore: - - '**.md' - - '**.asciidoc' - - '**.adoc' - - '.gitignore' - - 'LICENSE' env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)