Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

cron

cron #2066

Workflow file for this run

name: cron
on:
workflow_dispatch:
schedule:
- cron: "*/55 * * * *" # every 55th minute
jobs:
##############################################################################
upvote:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: actions/checkout@v4
- run: yarn run test