Skip to content

Commit

Permalink
enable replication for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Oct 30, 2023
1 parent 143c2b7 commit 46f91a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/workflow_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ jobs:
with:
run_against_image: true
tag: ${{ needs.create_tags.outputs.version_tag }}
smoke: ${{ contains(fromJSON('["weblate-pr"]'), github.head_ref) }}
smoke: true
# smoke: ${{ contains(fromJSON('["weblate-pr"]'), github.head_ref) }}
secrets:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_ACTIONS }}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_ACTIONS }}
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"s3_object_replication_enabled": true,
"target_environment": "dev",
"destination_account_id": "288342028542",
"enable_s3_batch_job_replication_scheduler": false
"enable_s3_batch_job_replication_scheduler": true
}
},
"testevents": {
Expand Down

0 comments on commit 46f91a4

Please sign in to comment.