Skip to content

Commit

Permalink
chore(ci): update concurrency for ci.yaml (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg authored Oct 20, 2023
1 parent f21bb9c commit 6b0aa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI build

concurrency:
group: ci-${{ github.run_id }}
group: pr-${{ github.event.number }}
cancel-in-progress: true

on:
Expand Down

0 comments on commit 6b0aa71

Please sign in to comment.