Remove running the cloud test on a pull request

This commit is contained in:
Alexey Masterov
2024-09-05 12:28:07 +02:00
parent 7a324f84e4
commit e4dc7fe4a5

View File

@@ -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: