소스 검색

GitHub Actions: Don't build offline docs on pushes and pull requests

This was a leftover from the pull request.
Hugo Locurcio 4 년 전
부모
커밋
7444f4a8b3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .github/workflows/build_offline_docs.yml

+ 0 - 2
.github/workflows/build_offline_docs.yml

@@ -1,7 +1,5 @@
 name: Build documentation for offline usage
 on:
-  push: # FIXME
-  pull_request: # FIXME
   schedule:
     # Every week on Monday at midnight (UTC).
     # This keeps the generated HTML documentation fresh.