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]
281
281
instance ToJSON CI where
282
282
toJSON (CI cs) = object
283
283
[ " 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" ]]
286
286
]
287
287
, " env" .= object
288
288
[ " CABAL_CACHE_DISABLE" .= str " ${{ vars.CABAL_CACHE_DISABLE }}"
Original file line number Diff line number Diff line change @@ -4195,7 +4195,7 @@ jobs:
4195
4195
name : Build and release
4196
4196
' on ' :
4197
4197
push :
4198
- - tags :
4198
+ tags :
4199
4199
- ' *'
4200
4200
schedule :
4201
4201
- cron : 0 2 * * 1
You can’t perform that action at this time.
0 commit comments