Skip to content

Commit

Permalink
Remove deprecated Terraform workflows and add concurrency settings to…
Browse files Browse the repository at this point in the history
… terraform-test workflow
  • Loading branch information
Dave Arnold committed Mar 22, 2025
1 parent 50d791d commit 076ea9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 113 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/modtest-dev.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/terraform-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
- main
workflow_dispatch:

# Set concurrency to prevent overlapping workflow runs
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

permissions:
contents: write
pull-requests: write
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/terraform.yaml

This file was deleted.

0 comments on commit 076ea9b

Please sign in to comment.