From d34176bfeaa41b9f48faab6a4927e7ecf0139821 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Wed, 6 Mar 2024 16:10:27 +0100 Subject: [PATCH] Refs #20542: Address last rev suggestions Signed-off-by: JesusPoderoso --- ...{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 f4bdd501607..2760ce027ab 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.10.x' - push: - branches: - - 2.10.x - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' + pull_request: branches: - '2.10.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 47b0e1fc7e9..69648b20366 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -8,13 +8,6 @@ on: type: string default: '2.10.x' - push: - branches: - - '2.10.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.10.x' diff --git a/.github/workflows/mac-ci.yml b/.github/workflows/mac-ci.yml index aa1ba413302..6cd8b7290f1 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.10.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.10.x' diff --git a/.github/workflows/thread-sanitizer.yaml b/.github/workflows/thread-sanitizer.yaml index e4d43ae719b..a0611f68189 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.10.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.10.x' diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 946ec8e4d68..14b00ee1df9 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.10.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.10.x'