From 7bee1e6b38c8076fb3158d0e7e9bb353849dffc3 Mon Sep 17 00:00:00 2001 From: Michael Li Date: Fri, 5 Sep 2025 14:50:23 -0400 Subject: [PATCH] chore(e2e): Add workflow dispatch option (#6032) --- .github/workflows/test-ci-cleanup-oss.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-ci-cleanup-oss.yml b/.github/workflows/test-ci-cleanup-oss.yml index 43696d9898..260171749e 100644 --- a/.github/workflows/test-ci-cleanup-oss.yml +++ b/.github/workflows/test-ci-cleanup-oss.yml @@ -1,5 +1,6 @@ name: test-ci-cleanup-oss on: + workflow_dispatch: schedule: # * is a special character in YAML so you have to quote this string - cron: '05 02 * * *'