Skip to content

feat(asg): add mixed instances policy support #4

feat(asg): add mixed instances policy support

feat(asg): add mixed instances policy support #4

Workflow file for this run

---
name: 🔍 PR Checks
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-validation:
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/pr-checks.yml@v2
...