Skip to content

E2E Testing: Run test on workflow dispatch #2

E2E Testing: Run test on workflow dispatch

E2E Testing: Run test on workflow dispatch #2

Workflow file for this run

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT
name: Release Testing
on:
push:
branches:
- e2e-test
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
jobs:
e2e-test:
uses: ./.github/workflows/appsignals-e2e-eks-test.yml
secrets: inherit
with:
aws-region: 'us-east-1'
test-cluster-name: 'e2e-enablement-script-test'