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 499387f772..550445f568 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.13.x' - push: - branches: - - '2.13.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' + pull_request: branches: - '2.13.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 a2ab513678..cf84c495bc 100644 --- a/.github/workflows/documentation-tests.yaml +++ b/.github/workflows/documentation-tests.yaml @@ -8,13 +8,6 @@ on: type: string default: '2.13.x' - push: - branches: - - '2.13.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.13.x' diff --git a/.github/workflows/mac-ci.yml b/.github/workflows/mac-ci.yml index d509d75960..f21144299d 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.13.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.13.x' diff --git a/.github/workflows/thread-sanitizer.yaml b/.github/workflows/thread-sanitizer.yaml index 0e69463bbc..c3d2ad6eea 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.13.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.13.x' diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 6a88960e0c..1cf14400d6 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.13.x' - paths-ignore: - - '**.md' - - '**.txt' - - '!**/CMakeLists.txt' pull_request: branches: - '2.13.x'