Skip to content

Commit

Permalink
chore(workflow): allow concurrent running the smoke workflow (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Chen <[email protected]>
  • Loading branch information
jijiechen authored Jan 22, 2025
1 parent df00f65 commit 05cdfc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Smoke
run-name: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || (github.event_name == 'push' && github.event.head_commit.message || format( 'smoke test on {0} {1}', (inputs.product_name || 'kuma'), (inputs.product_version || ''))) }}
concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
on:
pull_request: {}
push:
Expand Down

0 comments on commit 05cdfc3

Please sign in to comment.