File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -281,8 +281,8 @@ data Config = MkConfig Arch Opsys [GHC]
281281instance ToJSON CI where
282282 toJSON (CI cs) = object
283283 [ " name" .= str " Build and release"
284- , " on" .= object [ " push" .= [ object [" tags" .= [str " *" ] ]]
285- , " schedule" .= [object [" cron" .= str " 0 2 * * 1" ]]
284+ , " on" .= object [ " push" .= object [" tags" .= [str " *" ]]
285+ , " schedule" .= [object [" cron" .= str " 0 2 * * 1" ]]
286286 ]
287287 , " env" .= object
288288 [ " CABAL_CACHE_DISABLE" .= str " ${{ vars.CABAL_CACHE_DISABLE }}"
Original file line number Diff line number Diff line change @@ -4195,7 +4195,7 @@ jobs:
41954195name : Build and release
41964196' on ' :
41974197 push :
4198- - tags :
4198+ tags :
41994199 - ' *'
42004200 schedule :
42014201 - cron : 0 2 * * 1
You can’t perform that action at this time.
0 commit comments