Skip to content

remove pprof endpoint (#260) #80

remove pprof endpoint (#260)

remove pprof endpoint (#260) #80

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
name: Build and Upload Integration Test Artifact
on:
workflow_dispatch:
push:
branches:
- main
- target-allocator
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
jobs:
BuildAndUpload:
uses: ./.github/workflows/build-and-upload-release.yml
secrets: inherit
permissions:
id-token: write
contents: read
with:
release: false
tag: 'integration-test'