Skip to content

Commit

Permalink
GHA: Additional nightly tests (#1578)
Browse files Browse the repository at this point in the history
Regularly check benchmark collection models, performance tests and documentation.
  • Loading branch information
dweindl authored Oct 26, 2021
1 parent f4a45c2 commit e988505
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_benchmark_collection_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- master
- develop
workflow_dispatch:
schedule:
- cron: '48 4 * * *'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- develop
- master
workflow_dispatch:
schedule:
- cron: '48 4 * * *'

jobs:
doxygen:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:

workflow_dispatch:

schedule:
- cron: '48 4 * * *'

jobs:
build:
name: Performance Test
Expand Down

0 comments on commit e988505

Please sign in to comment.