Skip to content

Commit cb85b80

Browse files
authored
Ci weekly schedule (#18)
* fix workflow filetypes + weekly schedule * fix badges, again
1 parent 602ddbc commit cb85b80

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

.github/workflows/ci-format.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
name: Format
55

66
on:
7-
workflow_dispatch:
87
pull_request:
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '0 0 * * 0'
911

1012
jobs:
1113
pre-commit:

.github/workflows/ci-jazzy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request:
66
branches: [ main ]
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 0 * * 0'
810
jobs:
911
build:
1012
runs-on: ubuntu-latest

.github/workflows/ci-rolling.yaml renamed to .github/workflows/ci-rolling.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request:
66
branches: [ main ]
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 0 * * 0'
810
jobs:
911
build:
1012
runs-on: ubuntu-latest

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: [ main ]
55
pull_request:
66
branches: [ main ]
7+
workflow_dispatch:
8+
schedule:
9+
- cron: '0 0 * * 0'
710
jobs:
811
CI:
912
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ROS 2 vendor package for Force Dimension SDK.
55

66
![Force Dimension SDK](https://img.shields.io/badge/SDK_version-3.16.1-blue)
77
[![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)
1010

1111
## Usage example
1212

0 commit comments

Comments
 (0)