소스 검색

Fix CI comment

Max Hilbrunner 2 년 전
부모
커밋
cde5e82a65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/sync_class_ref.yml

+ 1 - 1
.github/workflows/sync_class_ref.yml

@@ -2,7 +2,7 @@ name: Sync Class Reference
 
 on:
   workflow_dispatch:
-  # Scheduled updates are only enabled for in-dev branches.
+  # Scheduled updates only run on the default/master branch.
   schedule:
     # Run it at night (European time) every Saturday.
     # The offset is there to try and avoid the high load times.