Skip to content

Adding branch option to operator build workflow. (#270) #98

Adding branch option to operator build workflow. (#270)

Adding branch option to operator build workflow. (#270) #98

# 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
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

Check failure on line 20 in .github/workflows/build-and-upload-integration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-upload-integration.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-and-upload-integration.yml" -> "./.github/workflows/build-and-upload-release.yml" (source branch with sha:271c60afdddf2de5cdc1240381541e196e31d68e) --> "./.github/workflows/build-and-upload.yml" (source branch with sha:271c60afdddf2de5cdc1240381541e196e31d68e) ---> "./.github/workflows/application-signals-e2e-test.yml" (source branch with sha:271c60afdddf2de5cdc1240381541e196e31d68e) : job "java-metric-limiter-e2e-test" calls workflow "aws-observability/aws-application-signals-test-framework/.github/workflows/metric-limiter-test.yml@main", but doing so would exceed the limit on called workflow depth of 3
secrets: inherit
permissions:
id-token: write
contents: read
with:
release: false
tag: 'integration-test'