Skip to content

Commit

Permalink
build: add concurrency to dev-smoketest action (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Jun 22, 2023
1 parent db91849 commit 4aa66d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
branches: [main]

concurrency:
group: dev-smoketest-${{ github.head_ref }}
cancel-in-progress: true

jobs:
smoketest:
name: Hit smoketests against Charts in Dev Setup
Expand Down

0 comments on commit 4aa66d6

Please sign in to comment.