Skip to content

Commit

Permalink
refactor(build): cancel build
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Feb 13, 2024
1 parent d7b8f34 commit 93176d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Org_/Repo_/Build_.elm
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ update shared route msg model =

CancelBuild options ->
( model
, Effect.restartBuild
, Effect.cancelBuild
{ org = options.org
, repo = options.repo
, buildNumber = options.buildNumber
Expand Down

0 comments on commit 93176d5

Please sign in to comment.