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

Scheduled Workflow Test #31110

Scheduled Workflow Test

Scheduled Workflow Test #31110

name: Scheduled Workflow Test
on:
schedule:
- cron: "*/5 * * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo Hello, world!