Skip to content

Commit 1a8b5d3

Browse files
Shiva Kumarshivakunv
authored andcommitted
AWS Region us-west-2 cleanup
Signed-off-by: Shiva Kumar (SW-CLOUD) <shivaku@nvidia.com>
1 parent e407646 commit 1a8b5d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/periodic.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ name: Periodic actions
66
on:
77
schedule:
88
- cron: '0 0,12 * * *' # Runs daily at 12AM and 12PM
9+
workflow_dispatch:
910

1011
jobs:
1112
cleanup:
1213
runs-on: linux-amd64-cpu4
1314
strategy:
1415
matrix:
15-
aws-region: [us-west-1, us-east-1]
16+
aws-region: [us-west-1, us-east-1, us-west-2]
1617

1718
steps:
1819
- name: Checkout repository

0 commit comments

Comments
 (0)