Browse Source

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

This was a leftover from the pull request.
Hugo Locurcio 4 years ago
parent
commit
7444f4a8b3
1 changed files with 0 additions and 2 deletions
  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
 name: Build documentation for offline usage
 on:
 on:
-  push: # FIXME
-  pull_request: # FIXME
   schedule:
   schedule:
     # Every week on Monday at midnight (UTC).
     # Every week on Monday at midnight (UTC).
     # This keeps the generated HTML documentation fresh.
     # This keeps the generated HTML documentation fresh.