Skip to content

Commit

Permalink
Fix annoyingly broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Jul 24, 2024
1 parent 8974216 commit b6480a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Haskell-CI

on:
push:
branches:
- 'master'
pull-request:
schedule:
- cron: 0 0 * * *

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/hugs-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Hugs-CI
on:
push:
branches:
- 'master'
pull-request:
schedule:
- cron: 0 0 * * *
jobs:
linux:
name: Hugs-CI - Linux
Expand Down

0 comments on commit b6480a3

Please sign in to comment.