Skip to content

Commit

Permalink
ci: cancel previous runs in the PR when pushed new commits (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing authored and yelusion2 committed Oct 16, 2023
1 parent 1723839 commit b967fa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ on:
schedule:
- cron: '0 0 * * *'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
test-backup-restore-cross-version:
Expand Down

0 comments on commit b967fa8

Please sign in to comment.