Skip to content

Commit

Permalink
Update GitHub workflow (#129)
Browse files Browse the repository at this point in the history
* Refs #21030: Update versions in github workflow to the last compatible version with fastdds 2.x

Signed-off-by: elianalf <[email protected]>

* Refs #21030: Apply suggestions

Signed-off-by: elianalf <[email protected]>

---------

Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf authored May 17, 2024
1 parent b052c88 commit cc10e08
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ on:
fastdds_branch:
description: 'Fast DDS branch to be used'
required: false
default: 'master'
default: '2.14.x'
pull_request:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
- 1.4.x

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -36,7 +34,7 @@ jobs:
- ${{ github.event.inputs.foonathan_memory_vendor_branch || 'master' }}
fastcdr_version: ${{ fromJson(github.event.inputs.fastcdr_versions || '["1.1.x", "master"]') }}
fastdds_version:
- ${{ github.event.inputs.fastdds_branch || 'master' }}
- ${{ github.event.inputs.fastdds_branch || '2.14.x' }}

env:
CXXFLAGS: /MP
Expand Down Expand Up @@ -155,7 +153,7 @@ jobs:
- ${{ github.event.inputs.foonathan_memory_vendor_branch || 'master' }}
fastcdr_version: ${{ fromJson(github.event.inputs.fastcdr_versions || '["1.1.x", "master"]') }}
fastdds_version:
- ${{ github.event.inputs.fastdds_branch || 'master' }}
- ${{ github.event.inputs.fastdds_branch || '2.14.x' }}


steps:
Expand Down

0 comments on commit cc10e08

Please sign in to comment.