mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-24 05:33:19 +03:00
Update CI, no on: pull_request by default
This commit is contained in:
parent
849f7e7ed6
commit
c8bbf5fdd1
2
.github/workflows/ci.dhall.frozen
vendored
2
.github/workflows/ci.dhall.frozen
vendored
@ -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
|
||||
|
||||
|
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -59,7 +59,6 @@ jobs:
|
||||
- "macos-latest"
|
||||
name: Haskell CI
|
||||
'on':
|
||||
pull_request: {}
|
||||
push: {}
|
||||
schedule:
|
||||
- cron: "4 20 10 * *"
|
||||
|
Loading…
Reference in New Issue
Block a user