Skip to content

Commit

Permalink
CI: re-enable on.pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 13, 2023
1 parent e20463d commit 083dfd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.dhall.frozen
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let haskellCi =
https://raw.githubusercontent.com/sorki/github-actions-dhall/main/haskell-ci.dhall
sha256:a39801f73d93c6e0f91942755ef8ae4c50947e9a9b180b6724957229470f7b8d
sha256:5d7058a7684fd5315467b562853bd1c4a43da691c09293d3715ee739dfa26e08

let defSteps = haskellCi.defaultCabalSteps

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- "macos-latest"
name: Haskell CI
'on':
pull_request: {}
push: {}
schedule:
- cron: "4 20 10 * *"

0 comments on commit 083dfd8

Please sign in to comment.