Skip to content

Commit

Permalink
chore: add concurrency to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jun 26, 2024
1 parent a159dc1 commit 0c140e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Integration tests
on:
pull_request:

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

jobs:
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
Expand Down

0 comments on commit 0c140e9

Please sign in to comment.