Skip to content

Commit

Permalink
Refs #20542: Address last rev suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
JesusPoderoso authored and EduPonz committed Mar 13, 2024
1 parent d446a3f commit 636f527
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sanitizer analysis
name: Address Sanitizer analysis

on:
workflow_dispatch:
Expand All @@ -11,22 +11,14 @@ 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'
paths-ignore:
- '**.md'
- '**.txt'
- '!**/CMakeLists.txt'
schedule:
- cron: '0 1 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/documentation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/thread-sanitizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 636f527

Please sign in to comment.