Skip to content

Commit

Permalink
Running helm integration tests on PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Apr 23, 2024
1 parent eb0fee2 commit 07d8c36
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ name: Run Integration Test for Amazon CloudWatch Observability Helm Chart
on:
push:
branches:
- helm-tests*
- main
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches:
- main
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
Expand Down

0 comments on commit 07d8c36

Please sign in to comment.