diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e4faee986733..ca61868a9df4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,9 +1,9 @@ name: documentation on: - push: # run on push events in the docs subfolder - paths: - - 'docs/**' + # push: # run on push events in the docs subfolder + # paths: + # - 'docs/**' workflow_dispatch: schedule: - cron: '30 1 * * *' # daily at 01:30 UTC