Skip to content

Commit

Permalink
Update required status checks for rate_limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Oct 21, 2023
1 parent 686228c commit 3235b25
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions repo_rate_limiter.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ module "rate_limiter_repo" {
description = "Provides scaffolding for rate limited features"
required_status_checks = [
"codecov/patch",
"test (3.10)",
"test (3.11)",
"test (3.12)",
"lint (3.10)",
"lint (3.11)",
"lint (3.12)",
"test (3.10) / test",
"test (3.11) / test",
"test (3.12) / test",
"lint (3.10) / lint",
"lint (3.11) / lint",
"lint (3.12) / lint",
]
}

0 comments on commit 3235b25

Please sign in to comment.