From cd1da8d7ff374c2e7a5276cc5728ec25e597f06c Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Wed, 7 Feb 2024 19:36:09 +0100 Subject: [PATCH] ci: disable starship-tests action (#19372) --- .github/workflows/starship-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/starship-tests.yml b/.github/workflows/starship-tests.yml index 9533aaba0f..0f1b57a25b 100644 --- a/.github/workflows/starship-tests.yml +++ b/.github/workflows/starship-tests.yml @@ -1,8 +1,9 @@ name: Starship E2E Tests # E2E tests using Starship, run on a schedule on: - schedule: - - cron: "0 */6 * * *" # every 6 hours + # schedule: + # - cron: "0 */6 * * *" # every 6 hours + workflow_dispatch: permissions: contents: read