Skip to content

Commit 216b2ad

Browse files
Merge pull request #3627 from nhsuk/data_replication_pipeline_optimization
Optimize data replication pipeline
2 parents 6536db5 + 0696a0e commit 216b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/data-replication-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ concurrency:
4646

4747
jobs:
4848
prepare:
49+
if: ${{ inputs.action == 'Recreate' }}
4950
name: Prepare data replica
5051
runs-on: ubuntu-latest
5152
permissions:
@@ -162,7 +163,6 @@ jobs:
162163
terraform apply ${{ runner.temp }}/tfplan_destroy
163164
164165
plan:
165-
if: ${{ inputs.action == 'Recreate' }}
166166
name: Terraform plan
167167
runs-on: ubuntu-latest
168168
needs:

0 commit comments

Comments
 (0)