File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,23 @@ name: ros_build_test
33on :
44
55 push :
6- branches : [ devel ]
6+ branches : [ ros2_devel ]
77
88 paths-ignore :
99 - ' **/README.md'
1010
11- pull_request :
12- branches : [ master ]
11+ pull_request :
12+ branches : [ ros2 ]
1313
1414 workflow_dispatch :
1515
1616concurrency :
17- group : ${{ github.ref }}
17+ group : ${{ github.workflow }}-${{ github. ref }}
1818 cancel-in-progress : true
1919
2020jobs :
2121
2222 build :
23- uses : ctu-mrs/ci_scripts/.github/workflows/ros_build_test.yml@master
23+ uses : ctu-mrs/ci_scripts/.github/workflows/ros_build_test.yml@ros2
2424 secrets :
2525 PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ name: ros_package_build
33on :
44
55 push :
6- branches : [ master ]
6+ branches : [ ros2 ]
77
88 paths-ignore :
99 - ' **/README.md'
1010
1111 workflow_dispatch :
1212
1313concurrency :
14- group : ${{ github.ref }}
14+ group : ${{ github.workflow }}-${{ github. ref }}
1515 cancel-in-progress : true
1616
1717jobs :
1818
1919 build :
20- uses : ctu-mrs/ci_scripts/.github/workflows/ros_package_build.yml@master
20+ uses : ctu-mrs/ci_scripts/.github/workflows/ros_package_build.yml@ros2
2121 secrets :
2222 PUSH_TOKEN : ${{ secrets.PUSH_TOKEN }}
You can’t perform that action at this time.
0 commit comments