From 4d00129d58863b7a3e873d305c13c71558bb6fe1 Mon Sep 17 00:00:00 2001 From: Mitali Salvi Date: Fri, 26 Jul 2024 13:47:12 -0400 Subject: [PATCH] adding linter GHA --- ...on-cloudwatch-observability-helm-integration-test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/amazon-cloudwatch-observability-helm-integration-test.yaml b/.github/workflows/amazon-cloudwatch-observability-helm-integration-test.yaml index b881d5c..972ebd5 100644 --- a/.github/workflows/amazon-cloudwatch-observability-helm-integration-test.yaml +++ b/.github/workflows/amazon-cloudwatch-observability-helm-integration-test.yaml @@ -6,10 +6,10 @@ on: push: branches: - main - pull_request: - types: [ opened, reopened, synchronize, ready_for_review ] - branches: - - main +# pull_request: +# types: [ opened, reopened, synchronize, ready_for_review ] +# branches: +# - main workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}