Skip to content

Test Schedule

Test Schedule #3648

Workflow file for this run

name: Test Schedule
on:
schedule:
- cron: '*/5 * * * *'
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "It works!"