Skip to content

Commit

Permalink
ci: limit concurrency of nightly terraform (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-newrelic authored Feb 21, 2025
1 parent 82d77ff commit 9b7ca17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
distribution:
- nrdot-collector-host
- nrdot-collector-k8s
concurrency:
# concurrency limit of 1 b/c failed tf job cancelling each other causes tf state and locks to corrupt
group: deploy-nightly-terraform
with:
branch: ${{ github.ref }}
tf_work_subdir: nightly
Expand Down

0 comments on commit 9b7ca17

Please sign in to comment.