Skip to content

test-ec2-python

test-ec2-python #1114

name: test-ec2-python
on:
schedule:
- cron: '*/15 * * * *' # run the workflow every 15 minutes
workflow_dispatch: # be able to run the workflow on demand
permissions:
id-token: write
contents: read
jobs:
e2e-test:
strategy:
fail-fast: false
matrix:
aws-region: ['us-east-1']
uses: ./.github/workflows/application-signals-python-e2e-ec2-test.yml
secrets: inherit
with:
aws-region: ${{ matrix.aws-region }}
caller-workflow-name: 'test-ec2-python'