diff --git a/.github/workflows/periodic.yaml b/.github/workflows/periodic.yaml index edf535b2..a6b6e0e8 100644 --- a/.github/workflows/periodic.yaml +++ b/.github/workflows/periodic.yaml @@ -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 @@ -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 }}