Skip to content

Commit

Permalink
Ci weekly schedule (#18)
Browse files Browse the repository at this point in the history
* fix workflow filetypes + weekly schedule

* fix badges, again
  • Loading branch information
tpoignonec authored Jun 27, 2024
1 parent 602ddbc commit cb85b80
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
name: Format

on:
workflow_dispatch:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'

jobs:
pre-commit:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
CI:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ ROS 2 vendor package for Force Dimension SDK.

![Force Dimension SDK](https://img.shields.io/badge/SDK_version-3.16.1-blue)
[![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)
[![Build tests (jazzy)](../../actions/workflows/ci-jazzy.yaml/badge.svg?branch=main)](../../actions/workflows/ci-jazzy.yaml?query=branch:main)
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yaml?query=branch:main)
[![Build tests (jazzy)](../../actions/workflows/ci-jazzy.yml/badge.svg?branch=main)](../../actions/workflows/ci-jazzy.yml?query=branch:main)
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yml?query=branch:main)

## Usage example

Expand Down

0 comments on commit cb85b80

Please sign in to comment.