Skip to content

Run Integration Tests #16

Run Integration Tests

Run Integration Tests #16

# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: MIT
name: Run Integration Tests
on:
workflow_run:
workflows: [ Build Test Artifacts ]
types:
- completed
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
succeed:
runs-on: ubuntu-latest
steps:
- run: echo ${{ toJSON(github) }}