Skip to content

Commit 4799866

Browse files
author
iru
committed
chore(ci): avoid concurrent tfstate locking
1 parent d3893ed commit 4799866

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-integration-cleanup-force.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: CI - Integration Tests - Cleanup
77
on:
88
workflow_dispatch
99

10+
concurrency: terraform
1011
jobs:
1112
test_cleanup:
1213
name: Test Cleanup

.github/workflows/ci-integration-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- master
1010
paths:
1111
- '**.tf'
12+
concurrency: terraform
1213
jobs:
1314
integration_test:
1415
name: Test-Kitchen

0 commit comments

Comments
 (0)