Skip to content

Commit

Permalink
cron
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 8, 2023
1 parent 64cb6cf commit d469f96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CMake build

on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '*/5 * * * *'

permissions:
contents: read
Expand Down Expand Up @@ -42,6 +46,7 @@ jobs:
cmake --build . --target install --parallel 4
cmake --build . --target tests --parallel 4
ctest --output-on-failure -V -j4
env
env:
FC: ${{ steps.setup-fortran.outputs.fc }}

Expand Down

0 comments on commit d469f96

Please sign in to comment.