Skip to content

cron

cron #1845

Workflow file for this run

name: cron
on:
schedule:
- cron: '0 13,1 * * *'
workflow_dispatch:
jobs:
stress:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: stress
run: make stress