We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c145a3 + 3608625 commit d7f8beeCopy full SHA for d7f8bee
.github/workflows/deploy-janitor-infra.yaml
@@ -28,8 +28,8 @@ jobs:
28
29
# Set janitor config here to customize it's execution parameters
30
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"
+ JANITOR_CLEAN_REGION: "us-west-2" # set to 'all' to cleanup all regions or specify a region to cleanup only that region
+ JANITOR_DRY_RUN: "true"
33
34
steps:
35
- name: Checkout code
0 commit comments