From 211701f9b1557e164ddad175254473cd22cf1d23 Mon Sep 17 00:00:00 2001 From: Georgi Matev Date: Tue, 9 May 2023 19:09:34 -0700 Subject: [PATCH] Add option to manually trigger CI cleanup workflow (#3366) Can be useful for easy trigger of new changes or on off runs. --- #### Does this PR need a docs update or release note? - [ ] :white_check_mark: Yes, it's included - [ ] :clock1: Yes, but in a later PR - [ ] :no_entry: No #### Type of change - [ ] :sunflower: Feature - [ ] :bug: Bugfix - [ ] :world_map: Documentation - [ ] :robot: Supportability/Tests - [x] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup #### Issue(s) * # #### Test Plan - [x] :muscle: Manual - [ ] :zap: Unit test - [ ] :green_heart: E2E --- .github/workflows/ci_test_cleanup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_test_cleanup.yml b/.github/workflows/ci_test_cleanup.yml index 35191afdc..65e678e4b 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -1,5 +1,6 @@ name: CI Test Cleanup on: + workflow_dispatch: schedule: # every half hour - cron: "*/30 * * * *"