Skip to content

Commit

Permalink
Merge branch 'main' into oonith
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Mar 20, 2024
2 parents 912be88 + e157c00 commit 9a771c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- reopened
- edited # title or body of a pull request was edited, or the base branch of a pull request was changed
paths:
- "ansible/*"
- "ansible/**"
- "!ansible/README.md"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- reopened
- edited # title or body of a pull request was edited, or the base branch of a pull request was changed
paths:
- "tf/*"
- "tf/**"
- "!tf/README.md"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion tf/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ resource "aws_route53_record" "postgres_dns" {
module "ooniapi_user" {
source = "../../modules/ooniapi_user"

email_address = "admin@dev.ooni.io"
email_address = "admin+dev@ooni.org"
tags = local.tags
}

Expand Down

0 comments on commit 9a771c4

Please sign in to comment.