소스 검색

CI: add_script: make more frequent

practice shows a long enough delay that contributors step in
pull/3395/head
Ivan Pozdeev 5 달 전
부모
커밋
5447f1f859
No known key found for this signature in database GPG 키 ID: FB6A628DCF06DCD7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .github/workflows/add_version.yml

+ 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

불러오는 중...
취소
저장