push reviewstack.dev daily

Summary:
This copies the publishing rule we have for sapling-scm.com:

03a4ee6b79/.github/workflows/sapling-website-deploy.yml (L5-L6)

This means that when PRs for ReviewStack are accepted,
they will roll out by the next weekday.

Created from CodeHub with https://fburl.com/edit-in-codehub

Reviewed By: sggutier

Differential Revision: D52276596

fbshipit-source-id: 1e6160edad21a0afe92334e5c0b48e5459b13406
This commit is contained in:
Michael Bolin 2023-12-19 11:05:15 -08:00 committed by Facebook GitHub Bot
parent d34d2d4c24
commit 45d2b1c9fe

View File

@ -2,6 +2,8 @@ name: Publish https://reviewstack.dev
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1-5'
jobs:
deploy: