nightly #44
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
# Nightly test workflow for Fast DDS Spy | |
name: nightly | |
on: | |
schedule: | |
- cron: '0 5 * * *' | |
jobs: | |
reusable_tests_v2: | |
name: reusable_tests_v2 | |
uses: ./.github/workflows/reusable-workflow.yml | |
with: | |
custom_version_build: 'v2' | |
dependencies_artifact_postfix: '_nightly' | |
secrets: inherit | |
# Uncomment this block to run the tests for Fast DDS v3 when Fast DDS Spy is updated | |
# Also specify here (and above) the workflow version/branch to use (@v0, @main, etc.) | |
# reusable_tests_v3: | |
# name: reusable_tests_v3 | |
# uses: ./.github/workflows/reusable-workflow.yml | |
# with: | |
# custom_version_build: 'v3' | |
# dependencies_artifact_postfix: '_nightly' | |
# secrets: inherit |