Skip to content

fix(tf-smurf): updated tf smurf workflow to skip apply/approver if we use plan_only #189

fix(tf-smurf): updated tf smurf workflow to skip apply/approver if we use plan_only

fix(tf-smurf): updated tf smurf workflow to skip apply/approver if we use plan_only #189

---
name: 🔍 PR Validation
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-validation:
uses: ./.github/workflows/pr-checks.yml
...