File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 required : true
99 default : ' master'
1010 schedule :
11- - cron : ' 0 0 * * *'
11+ - cron : ' 15 * * * *'
1212
1313
1414jobs :
3838
3939 - name : Install eProsima dependencies
4040 uses : ./DDS-Router/.github/actions/install-eprosima-dependencies-windows
41+ env :
42+ DEFAULT_FASTDDS_BRANCH : ' master'
4143 with :
4244 cmake_build_type : ${{ matrix.cmake-config }}
43- fastdds_branch : ${{ github.event.inputs.fastdds_branch }}
45+ fastdds_branch : ${{ github.event.inputs.fastdds_branch || env.DEFAULT_FASTDDS_BRANCH }}
4446
4547 - name : Upload binaries
4648 uses : actions/upload-artifact@v3
7577
7678 - name : Fetch Fast DDS repositories
7779 uses : ./src/DDS-Router/.github/actions/fetch-fastdds-repos
80+ env :
81+ DEFAULT_FASTDDS_BRANCH : ' master'
7882 with :
79- fastdds_branch : ${{ github.event.inputs.fastdds_branch }}
83+ fastdds_branch : ${{ github.event.inputs.fastdds_branch || env.DEFAULT_FASTDDS_BRANCH }}
8084
8185 - name : Build workspace
8286 run : |
You can’t perform that action at this time.
0 commit comments