Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eProsima/Fast-DDS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7358298ce8006bcad4d88293b5aa0181e0fd3826
Choose a base ref
..
head repository: eProsima/Fast-DDS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ff766caeaec31f8715a6500d0e1e39ac9e4ba1d2
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/weekly-mac-ci.yml
  2. +1 −1 .github/workflows/weekly-ubuntu-ci.yml
  3. +1 −1 .github/workflows/weekly-windows-ci.yml
2 changes: 1 addition & 1 deletion .github/workflows/weekly-mac-ci.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Fast DDS MacOS CI (weekly)
on:
workflow_dispatch:
schedule:
- cron: '0 * * * 1' # Run at minute 0 on Monday
- cron: '0 0 * * 1' # Run at minute 0 on Monday

jobs:

2 changes: 1 addition & 1 deletion .github/workflows/weekly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Fast DDS Ubuntu CI (weekly)
on:
workflow_dispatch:
schedule:
- cron: '0 * * * 1' # Run at minute 0 on Monday
- cron: '0 0 * * 1' # Run at minute 0 on Monday

jobs:

2 changes: 1 addition & 1 deletion .github/workflows/weekly-windows-ci.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name: Fast DDS Windows CI (weekly)
on:
workflow_dispatch:
schedule:
- cron: '0 * * * 1' # Run at minute 0 on Monday
- cron: '0 0 * * 1' # Run at minute 0 on Monday

jobs: