Skip to content

Commit

Permalink
add scheduled CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed May 10, 2024
1 parent 9eca9ce commit 041022a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push]
on:
push:
schedule:
- cron: '0 0 1,15 * *' # JST 9:00 on 1st and 15th every month

jobs:
ctest:
Expand All @@ -12,7 +15,7 @@ jobs:
ompsize: [1, 4]
exclude:
- os: "macos-latest"
ompsize: 4
ompsize: 4 # OMP on macOS is too slow
fail-fast: false
env:
OMP_NUM_THREADS: ${{ matrix.ompsize }}
Expand Down

0 comments on commit 041022a

Please sign in to comment.