Skip to content

Commit 6a2f0ee

Browse files
committed
Updated cron for indexing
1 parent dfacc8d commit 6a2f0ee

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/updateReleaseIndexDate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
default: "2023-12-31"
1818

1919
schedule:
20-
- cron: "0 6 8 8 *" # 8:00 AM, 8th of August
21-
- cron: "0 6 11-15 8 *" # 8:00 AM, 11th-14th of August
20+
- cron: "0 6 22 8 *" # 8:00 AM, 22nd of August
21+
- cron: "0 6 25-29 8 *" # 8:00 AM, 25th-29th of August
2222

2323
jobs:
2424
update_index_date:

bsp/board/include/boards/board_ek_ra6m3/board.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
/*!
4040
* @file board.h
4141
* @brief Main board pin mapping.
42-
* @note For board-specific changes and version history, refer to the changelogs:
43-
* https://github.com/MikroElektronika/mikrosdk_v2/blob/master/changelog/v2.15.1/new_hw/2025-08-21.md
4442
*/
4543

4644
#ifndef _BOARD_H_

0 commit comments

Comments
 (0)