Skip to content

Commit c8bbf5f

Browse files
committed
Update CI, no on: pull_request by default
1 parent 849f7e7 commit c8bbf5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.dhall.frozen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let haskellCi =
22
https://raw.githubusercontent.com/sorki/github-actions-dhall/main/haskell-ci.dhall
3-
sha256:5d7058a7684fd5315467b562853bd1c4a43da691c09293d3715ee739dfa26e08
3+
sha256:a39801f73d93c6e0f91942755ef8ae4c50947e9a9b180b6724957229470f7b8d
44

55
let defSteps = haskellCi.defaultCabalSteps
66

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
- "macos-latest"
6060
name: Haskell CI
6161
'on':
62-
pull_request: {}
6362
push: {}
6463
schedule:
6564
- cron: "4 20 10 * *"

0 commit comments

Comments
 (0)