Skip to content

Commit 0140d87

Browse files
committed
Fix syntax.
1 parent 48ef32b commit 0140d87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/resource-cleanup.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,17 @@ jobs:
8282
python cleaner.py
8383
8484
cleanup-lambda-layer:
85+
strategy:
86+
fail-fast: false
87+
matrix:
88+
aws-region: ['af-south-1','ap-east-1','ap-northeast-1','ap-northeast-2','ap-northeast-3','ap-south-1','ap-south-2','ap-southeast-1',
89+
'ap-southeast-2','ap-southeast-3','ap-southeast-4','ca-central-1','eu-central-1','eu-central-2','eu-north-1',
90+
'eu-south-1','eu-south-2','eu-west-1','eu-west-2','eu-west-3','il-central-1','me-central-1','me-south-1', 'sa-east-1',
91+
'us-east-1','us-east-2', 'us-west-1', 'us-west-2']
8592
runs-on: ubuntu-latest
93+
permissions:
94+
id-token: write
95+
contents: read
8696
steps:
8797
- uses: actions/checkout@v3
8898
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)