Skip to content

Commit

Permalink
experiement - comment out ShutDownCommand and see if other GHA jobs fail
Browse files Browse the repository at this point in the history
  • Loading branch information
salonishah11 committed Feb 22, 2024
1 parent 109323d commit d6ce18d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GithubAuthVendingActor(serviceConfig: Config, globalConfig: Config, servic
override def receive: Receive = {
case GithubAuthRequest(_) if enabled =>
sender() ! GithubAuthTokenResponse(serviceConfig.getString("access-token"))
case ShutdownCommand => context stop self
// case ShutdownCommand => context stop self
case _ =>
sender() ! NoGithubAuthResponse
}
Expand Down

0 comments on commit d6ce18d

Please sign in to comment.