We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20463d commit 083dfd8Copy full SHA for 083dfd8
.github/workflows/ci.dhall.frozen
@@ -1,6 +1,6 @@
1
let haskellCi =
2
https://raw.githubusercontent.com/sorki/github-actions-dhall/main/haskell-ci.dhall
3
- sha256:a39801f73d93c6e0f91942755ef8ae4c50947e9a9b180b6724957229470f7b8d
+ sha256:5d7058a7684fd5315467b562853bd1c4a43da691c09293d3715ee739dfa26e08
4
5
let defSteps = haskellCi.defaultCabalSteps
6
.github/workflows/ci.yaml
@@ -57,6 +57,7 @@ jobs:
57
- "macos-latest"
58
name: Haskell CI
59
'on':
60
+ pull_request: {}
61
push: {}
62
schedule:
63
- cron: "4 20 10 * *"
0 commit comments