Skip to content

Commit

Permalink
Format go
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Apr 8, 2022
1 parent 1ebb9ac commit 5f08f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
)

var (
defaultCloudBuildRegion = "global"
defaultCloudBuildRegion = "global"

// https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
githubActionsPRRefRegexp = regexp.MustCompile(`refs/pull/\d+/merge`)
)
Expand Down

0 comments on commit 5f08f8e

Please sign in to comment.