Skip to content

Commit

Permalink
Update CI, no on: pull_request by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Nov 30, 2023
1 parent 849f7e7 commit c8bbf5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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:5d7058a7684fd5315467b562853bd1c4a43da691c09293d3715ee739dfa26e08
sha256:a39801f73d93c6e0f91942755ef8ae4c50947e9a9b180b6724957229470f7b8d

let defSteps = haskellCi.defaultCabalSteps

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

0 comments on commit c8bbf5f

Please sign in to comment.