Skip to content

Commit d7f8bee

Browse files
authored
Merge pull request #7 from mfbonfigli/dryrun_us-west-2
Enable janitor on us-west-2, dry run only
2 parents 5c145a3 + 3608625 commit d7f8bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-janitor-infra.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
# Set janitor config here to customize it's execution parameters
3030
env:
31-
JANITOR_CLEAN_REGION: "us-east-2" # set to 'all' to cleanup all regions or specify a region to cleanup only that region
32-
JANITOR_DRY_RUN: "false"
31+
JANITOR_CLEAN_REGION: "us-west-2" # set to 'all' to cleanup all regions or specify a region to cleanup only that region
32+
JANITOR_DRY_RUN: "true"
3333

3434
steps:
3535
- name: Checkout code

0 commit comments

Comments
 (0)