Skip to content

Commit

Permalink
Update nightly CI names (#104)
Browse files Browse the repository at this point in the history
* Update nightly CI names

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

* Update README badges

Signed-off-by: Raul Sanchez-Mateos <[email protected]>

---------

Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Oct 8, 2024
1 parent 9f3c237 commit 04fd822
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

reusable_ubuntu_tests_v2:
name: reusable_ubuntu_tests_v2
uses: ./.github/workflows/reusable-ubuntu-workflow.yml
uses: ./.github/workflows/reusable-ubuntu-ci.yml
with:
custom_version_build: 'v2'
dependencies_artifact_postfix: '_nightly'
Expand All @@ -20,7 +20,7 @@ jobs:

reusable_ubuntu_tests_v3:
name: reusable_ubuntu_tests_v3
uses: ./.github/workflows/reusable-ubuntu-workflow.yml
uses: ./.github/workflows/reusable-ubuntu-ci.yml
with:
custom_version_build: 'v3'
dependencies_artifact_postfix: '_nightly'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

reusable_windows_tests_v2:
name: reusable_windows_tests_v2
uses: ./.github/workflows/reusable-windows-workflow.yml
uses: ./.github/workflows/reusable-windows-ci.yml
with:
custom_version_build: 'v2'
dependencies_artifact_postfix: '_nightly'
Expand All @@ -20,7 +20,7 @@ jobs:

reusable_windows_tests_v3:
name: reusable_windows_tests_v3
uses: ./.github/workflows/reusable-windows-workflow.yml
uses: ./.github/workflows/reusable-windows-ci.yml
with:
custom_version_build: 'v3'
dependencies_artifact_postfix: '_nightly'
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
<a href="https://github.com/eProsima/Fast-DDS-Spy/issues"><img alt="Issues" src="https://img.shields.io/github/issues/eProsima/Fast-DDS-Spy.svg"/></a>
<a href="https://github.com/eProsima/Fast-DDS-Spy/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/eProsima/Fast-DDS-Spy.svg"/></a>
<a href="https://github.com/eProsima/Fast-DDS-Spy/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/eProsima/Fast-DDS-Spy.svg"/></a>
<br>
<a href="https://fast-dds-spy.readthedocs.io"><img alt="Documentation badge" src="https://img.shields.io/readthedocs/fast-dds-spy.svg"/></a>
<a href="https://github.com/eProsima/Fast-DDS-spy/actions/workflows/nightly.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-spy/nightly.yml?label=CI"></a>
<a href="https://github.com/eProsima/Fast-DDS-spy/actions/workflows/nightly-windows-ci.yml"><img alt="Windows CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-spy/nightly-windows-ci.yml?label=Windows%20CI">
<a href="https://github.com/eProsima/Fast-DDS-spy/actions/workflows/nightly-ubuntu-ci.yml"><img alt="Ubuntu CI" src="https://img.shields.io/github/actions/workflow/status/eProsima/Fast-DDS-spy/nightly-ubuntu-ci.yml?label=Ubuntu%20CI">
</a>

</div>

Expand Down

0 comments on commit 04fd822

Please sign in to comment.