소스 검색
CI: add_script: make more frequent
practice shows a long enough delay that contributors step in
pull/3395/head
Ivan Pozdeev
5 달 전
No known key found for this signature in database
GPG 키 ID: FB6A628DCF06DCD7
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/add_version.yml
|
|
|
@ -4,7 +4,7 @@ on: |
|
|
|
workflow_dispatch: {} |
|
|
|
schedule: |
|
|
|
# Every N hours |
|
|
|
- cron: '0 */8 * * *' |
|
|
|
- cron: '0 */4 * * *' |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: write |
|
|
|
|