Workflow Cleanup
Because GitHub run-ID linkage is now native, you no longer need the custom
run-name line in your existing workflows for Atmos Pro to track the batch correctly.name: Terraform Plan
-run-name: plan ${{ inputs.component }}/${{ inputs.stack }}/${{ inputs.atmos_pro_run_id }}
on:
workflow_dispatch:
jobs:
terraform-plan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4If your workflows still include that line, removing it is optional but recommended. The batch dashboard no longer depends on encoded run names, so you can keep your workflow names simple and under your control.
