Skip to content

Experiment

Experiment #2

Workflow file for this run

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