Browse Source

Github actions: run doxygen daily instead of on push to prevent race condition

tempestpy_adaptions
Matthias Volk 4 years ago
parent
commit
fcc1762595
  1. 6
      .github/workflows/doxygen.yml

6
.github/workflows/doxygen.yml

@ -2,9 +2,9 @@ name: Doxygen
# Builds and deploys storms doxygen documentation # Builds and deploys storms doxygen documentation
on: on:
push:
branches:
- master
schedule:
# run daily
- cron: '0 8 * * *'
# needed to trigger the workflow manually # needed to trigger the workflow manually
workflow_dispatch: workflow_dispatch:

Loading…
Cancel
Save