Skip to content

chore: adjust on-demand pricing to account for a 28% compute savings … #23

chore: adjust on-demand pricing to account for a 28% compute savings …

chore: adjust on-demand pricing to account for a 28% compute savings … #23

name: E2EMatrixTrigger
on:
schedule:
- cron: '7 */8 * * *'
push:
branches:
- 'main'
- 'release-v*'
workflow_run:
workflows: [ApprovalComment]
types: [completed]
workflow_dispatch:
jobs:
resolve:
if: (github.repository == 'aws/karpenter-provider-aws' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success')) || github.event_name == 'workflow_dispatch'
uses: ./.github/workflows/resolve-args.yaml
with:
allowed_comment: "snapshot"
e2e-matrix:
permissions:
id-token: write # aws-actions/[email protected]
statuses: write # ./.github/actions/commit-status/start
contents: read # This is required for actions/checkout
needs: [resolve]
if: needs.resolve.outputs.SHOULD_RUN == 'true'
uses: ./.github/workflows/e2e-matrix.yaml
with:
git_ref: ${{ needs.resolve.outputs.GIT_REF }}
workflow_trigger: "matrix"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}