Skip to content

Commit

Permalink
re enable coverage workflow (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMartinon authored Nov 14, 2024
1 parent d594127 commit 3dbd894
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CompatHelper
on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 1 * *
workflow_dispatch:
permissions:
contents: write
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Formatter
# Modified from https://github.com/julia-actions/julia-format
on:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 1 * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3dbd894

Please sign in to comment.