Commit c82dcabd authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: disable scheduled release (#4022)

parent 26b37d52
name: Release
on:
schedule:
- cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# Scheduled deploys are disabled until they can be tested. This is currently blocked on flaky cypress tests.
# schedule:
# - cron: '0 12 * * 1-4' # every day 12:00 UTC Monday-Thursday
# manual trigger
workflow_dispatch:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment