Skip to content

Experiment

Experiment #1

Workflow file for this run

name: Experiment
on:
schedule:
- cron: '*/5 * * * *'
jobs:
job1:
name: Debug
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
with: { ref: main }
- name: List files
run: ls