Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Periodic actions
# It uses the holodeck cleanup command to remove VPCs tagged with Project=holodeck and Environment=cicd

on:
workflow_dispatch: {}
schedule:
- cron: '0 0,12 * * *' # Runs daily at 12AM and 12PM

Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:

- name: Clean up VPCs
if: steps.identify-resources.outputs.AWS_VPC_IDS != ''
uses: NVIDIA/holodeck@v0.2.18
uses: NVIDIA/holodeck@v0.3.0
with:
action: cleanup
vpc_ids: ${{ steps.identify-resources.outputs.AWS_VPC_IDS }}
Expand Down
Loading