change to a two-hourly schedule for release checks

This commit is contained in:
2025-06-18 15:25:32 -05:00
parent 48cc51518f
commit 3724be500f

View File

@ -1,9 +1,9 @@
name: ReleaseBot name: ReleaseBot
on: on:
# push # push
workflow_dispatch: # workflow_dispatch:
# schedule: schedule:
# - cron: '18 */2 * * *' - cron: '18 */2 * * *'
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest