-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump main branch to use Fast DDS v3 (#110)
* Bump main branch to use Fast DDS v3 Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Select correct reusable workflow version Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Rename workflows Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Bump fastdds version in .repos file Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add warning message in README Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
- Loading branch information
1 parent
de170c0
commit 6b66cec
Showing
5 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: mirror-branch | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
|
||
jobs: | ||
mirror_job_main: | ||
if: github.ref == 'refs/heads/main' | ||
runs-on: ubuntu-latest | ||
name: Mirror main branch to API & ABI compatible minor version branches | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
dest_branch: | ||
- '1.x' | ||
steps: | ||
- name: Mirror action step | ||
id: mirror | ||
uses: eProsima/eProsima-CI/external/mirror-branch-action@v0 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
source: 'master' | ||
dest: ${{ matrix.dest_branch }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters