Skip to content

Commit

Permalink
CI: 使用 _ 作为间隔
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Aug 2, 2024
1 parent 2ea89a3 commit 1b8c62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
tags:
- "v*.*.*"
- "*-rc"
- "*-beta"
- "*-test"
- "*_rc"
- "*_beta"

jobs:
docker-hub:
Expand Down
1 change: 1 addition & 0 deletions core/count.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ func Get(ctx context.Context, host string, path string, userIdentity string) Cou

// setExpire
// @description set the expiration time of the key
// TODO 使用 MQ 进行防抖消重, 避免频繁调用
func setExpire(ctx context.Context, key ...string) {
if viper.GetInt("bsz.expire") == 0 {
return
Expand Down

0 comments on commit 1b8c62b

Please sign in to comment.