From 636f527e2c4d1bfa82f1fb4f0dcbb0dca09e80ec Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Wed, 6 Mar 2024 16:11:28 +0100 Subject: [PATCH] Refs #20542: Address last rev suggestions Signed-off-by: JesusPoderoso Signed-off-by: EduPonz --- ...{sanitizer-tests.yaml => address-sanitizers.yaml} | 12 ++---------- .github/workflows/documentation-tests.yaml | 7 ------- .github/workflows/mac-ci.yml | 7 ------- .github/workflows/thread-sanitizer.yaml | 7 ------- .github/workflows/windows-ci.yml | 7 ------- 5 files changed, 2 insertions(+), 38 deletions(-) rename .github/workflows/{sanitizer-tests.yaml => address-sanitizers.yaml} (97%) diff --git a/.github/workflows/sanitizer-tests.yaml b/.github/workflows/address-sanitizers.yaml similarity index 97% rename from .github/workflows/sanitizer-tests.yaml rename to .github/workflows/address-sanitizers.yaml index 9c77553dfdc..9d9663a4313 100644 --- a/.github/workflows/sanitizer-tests.yaml +++ b/.github/workflows/address-sanitizers.yaml @@ -1,4 +1,4 @@ -name: Sanitizer analysis +name: Address Sanitizer analysis on: workflow_dispatch: @@ -11,13 +11,7 @@ on: description: 'Branch or tag of Fast DDS repository (https://github.com/eProsima/Fast-DDS)' required: true default: '2.6.x' - push: - branches: - - 2.6.x - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' + pull_request: branches: - '2.6.x' @@ -25,8 +19,6 @@ on: - '**.md' - '**.txt' - '!**/CMakeLists.txt' - schedule: - - cron: '0 1 * * *' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/documentation-tests.yaml b/.github/workflows/documentation-tests.yaml index 00e1085ffe7..e9f835980bc 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -8,13 +8,6 @@ on: type: string default: '2.6.x' - push: - branches: - - '2.6.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.6.x' diff --git a/.github/workflows/mac-ci.yml b/.github/workflows/mac-ci.yml index f707ece4e0e..171d921eecf 100644 --- a/.github/workflows/mac-ci.yml +++ b/.github/workflows/mac-ci.yml @@ -24,13 +24,6 @@ on: type: string required: true - push: - branches: - - '2.6.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.6.x' diff --git a/.github/workflows/thread-sanitizer.yaml b/.github/workflows/thread-sanitizer.yaml index 3c7c27367dd..df1502bae72 100644 --- a/.github/workflows/thread-sanitizer.yaml +++ b/.github/workflows/thread-sanitizer.yaml @@ -15,13 +15,6 @@ on: required: false type: string - push: - branches: - - '2.6.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.6.x' diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index c0efbf2c0a3..7ce7b652bc5 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -24,13 +24,6 @@ on: type: string required: true - push: - branches: - - '2.6.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.6.x'