From e5c6287d7cba4f806c17552ca6cfbb4db1d313fd Mon Sep 17 00:00:00 2001 From: Eva Maxfield Brown Date: Wed, 21 Aug 2024 20:18:36 -0700 Subject: [PATCH] Disable "test-upstreams" action except in workflow dispatch case (#569) --- .github/workflows/test-upstreams.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-upstreams.yml b/.github/workflows/test-upstreams.yml index 35ad7b7e2..f98c4dbfb 100644 --- a/.github/workflows/test-upstreams.yml +++ b/.github/workflows/test-upstreams.yml @@ -5,14 +5,14 @@ name: Test Upstreams on: workflow_dispatch: - push: - branches: - - main - schedule: - # - # https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07 - # Run every Mon,Wed,Thurs at 19:00:00 UTC (Monday at 11:00:00 PST) - - cron: "0 19 * * 1,3,4" + # push: + # branches: + # - main + # schedule: + # # + # # https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07 + # # Run every Mon,Wed,Thurs at 19:00:00 UTC (Monday at 11:00:00 PST) + # - cron: "0 19 * * 1,3,4" jobs: test-core-lib: