From e4dc7fe4a55ab01fb4ea40b526665be95e99ff27 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Thu, 5 Sep 2024 12:28:07 +0200 Subject: [PATCH] Remove running the cloud test on a pull request --- .github/workflows/cloud-regress.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 50edb202c5..e37bfa7908 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -1,7 +1,16 @@ name: Cloud Regression Test on: - pull_request: - + # uncomment to run on push for debugging your PR + # push: + # branches: [ your branch ] + schedule: + # * is a special character in YAML so you have to quote this string + # ┌───────────── minute (0 - 59) + # │ ┌───────────── hour (0 - 23) + # │ │ ┌───────────── day of the month (1 - 31) + # │ │ │ ┌───────────── month (1 - 12 or JAN-DEC) + # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) + - cron: '0 3 * * *' # run once a day, timezone is utc workflow_dispatch: # adds ability to run this manually inputs: region_id: