Skip to content

Update

Update #26

Workflow file for this run

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT
name: APM Release
on:
push
jobs:
# BuildAndUpload:
# uses: ./.github/workflows/build-and-upload.yml
# secrets: inherit
# permissions:
# id-token: write
# contents: read
e2e-test:
# needs: BuildAndUpload
uses: ./.github/workflows/apm-e2e-test.yml
secrets: inherit
with:
test-cluster-name: 'pulse-cw-agent-operator-test'