File tree 5 files changed +12
-3
lines changed
5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
name : Format
5
5
6
6
on :
7
- workflow_dispatch :
8
7
pull_request :
8
+ workflow_dispatch :
9
+ schedule :
10
+ - cron : ' 0 0 * * 0'
9
11
10
12
jobs :
11
13
pre-commit :
Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
branches : [ main ]
7
7
workflow_dispatch :
8
+ schedule :
9
+ - cron : ' 0 0 * * 0'
8
10
jobs :
9
11
build :
10
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
branches : [ main ]
7
7
workflow_dispatch :
8
+ schedule :
9
+ - cron : ' 0 0 * * 0'
8
10
jobs :
9
11
build :
10
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4
4
branches : [ main ]
5
5
pull_request :
6
6
branches : [ main ]
7
+ workflow_dispatch :
8
+ schedule :
9
+ - cron : ' 0 0 * * 0'
7
10
jobs :
8
11
CI :
9
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ROS 2 vendor package for Force Dimension SDK.
5
5
6
6
![ Force Dimension SDK] ( https://img.shields.io/badge/SDK_version-3.16.1-blue )
7
7
[ ![ CI (humble)] ( https://github.com/ICube-Robotics/fd_sdk_vendor/actions/workflows/ci.yml/badge.svg )] ( https://github.com/ICube-Robotics/fd_sdk_vendor/actions/workflows/ci.yml )
8
- [ ![ Build tests (jazzy)] ( ../../actions/workflows/ci-jazzy.yaml /badge.svg?branch=main )] ( ../../actions/workflows/ci-jazzy.yaml ?query=branch:main )
9
- [ ![ Build tests (rolling)] ( ../../actions/workflows/ci-rolling.yaml /badge.svg?branch=main )] ( ../../actions/workflows/ci-rolling.yaml ?query=branch:main )
8
+ [ ![ Build tests (jazzy)] ( ../../actions/workflows/ci-jazzy.yml /badge.svg?branch=main )] ( ../../actions/workflows/ci-jazzy.yml ?query=branch:main )
9
+ [ ![ Build tests (rolling)] ( ../../actions/workflows/ci-rolling.yml /badge.svg?branch=main )] ( ../../actions/workflows/ci-rolling.yml ?query=branch:main )
10
10
11
11
## Usage example
12
12
You can’t perform that action at this time.
0 commit comments