Skip to content

Commit

Permalink
Merge pull request #162 from WIAS-PDELib/ci/nightly
Browse files Browse the repository at this point in the history
perform nightly check only on Monday and Thursday
  • Loading branch information
jpthiele authored Dec 6, 2024
2 parents e208890 + fced5a1 commit 7107480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nightly-check
on:
schedule: # performed on the last commit on default branch!
- cron: 0 6 * * * # every day at 6:00
schedule: # performed on the last commit on default branch!
- cron: 0 6 * * 1,4 # Monday and Thursday at 6:00
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 7107480

Please sign in to comment.