Change API docs schedule from monthly to every 2 weeks (#22524)

### Description
<!-- Describe your changes. -->
Current API docs workflows are scheduled to run monthly, but artifacts
expire after 30 days, which could create issues for 31-day months.
Updating to regenerate artifacts every 2 weeks.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Sophie Schoenmeyer 2024-10-22 09:21:27 -07:00 коммит произвёл GitHub
Родитель 8a04ab421d
Коммит 62f99d8a8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 6 добавлений и 6 удалений

2
.github/workflows/publish-c-apidocs.yml поставляемый
Просмотреть файл

@ -9,7 +9,7 @@ on:
- include/onnxruntime/core/session/**
- orttraining/orttraining/training_api/include/**
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1,15 * *'
workflow_dispatch:
concurrency:

Просмотреть файл

@ -8,7 +8,7 @@ on:
paths:
- csharp/**
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1,15 * *'
workflow_dispatch:
concurrency:

2
.github/workflows/publish-java-apidocs.yml поставляемый
Просмотреть файл

@ -8,7 +8,7 @@ on:
paths:
- java/**
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1,15 * *'
workflow_dispatch:
concurrency:

2
.github/workflows/publish-js-apidocs.yml поставляемый
Просмотреть файл

@ -8,7 +8,7 @@ on:
paths:
- js/common/**
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1,15 * *'
workflow_dispatch:
concurrency:

Просмотреть файл

@ -8,7 +8,7 @@ on:
paths:
- objectivec/**
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1,15 * *'
workflow_dispatch:
concurrency:

Просмотреть файл

@ -9,7 +9,7 @@ on:
- onnxruntime/python/**
- docs/python/**
schedule:
- cron: '0 0 1 * *'
- cron: '0 0 1,15 * *'
workflow_dispatch:
concurrency: