Skip to content

Commit cc10e08

Browse files
authored
Update GitHub workflow (#129)
* Refs #21030: Update versions in github workflow to the last compatible version with fastdds 2.x Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> * Refs #21030: Apply suggestions Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --------- Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com>
1 parent b052c88 commit cc10e08

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build_and_test.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ on:
1414
fastdds_branch:
1515
description: 'Fast DDS branch to be used'
1616
required: false
17-
default: 'master'
17+
default: '2.14.x'
1818
pull_request:
1919
push:
2020
branches:
21-
- main
22-
schedule:
23-
- cron: '0 0 * * *'
21+
- 1.4.x
2422

2523
concurrency:
2624
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -36,7 +34,7 @@ jobs:
3634
- ${{ github.event.inputs.foonathan_memory_vendor_branch || 'master' }}
3735
fastcdr_version: ${{ fromJson(github.event.inputs.fastcdr_versions || '["1.1.x", "master"]') }}
3836
fastdds_version:
39-
- ${{ github.event.inputs.fastdds_branch || 'master' }}
37+
- ${{ github.event.inputs.fastdds_branch || '2.14.x' }}
4038

4139
env:
4240
CXXFLAGS: /MP
@@ -155,7 +153,7 @@ jobs:
155153
- ${{ github.event.inputs.foonathan_memory_vendor_branch || 'master' }}
156154
fastcdr_version: ${{ fromJson(github.event.inputs.fastcdr_versions || '["1.1.x", "master"]') }}
157155
fastdds_version:
158-
- ${{ github.event.inputs.fastdds_branch || 'master' }}
156+
- ${{ github.event.inputs.fastdds_branch || '2.14.x' }}
159157

160158

161159
steps:

0 commit comments

Comments
 (0)