Skip to content

Instantly share code, notes, and snippets.

@jsjoeio
Created April 2, 2021 03:09
Show Gist options
  • Select an option

  • Save jsjoeio/8c2f50b5d6da9faa39d34a9da8a0b541 to your computer and use it in GitHub Desktop.

Select an option

Save jsjoeio/8c2f50b5d6da9faa39d34a9da8a0b541 to your computer and use it in GitHub Desktop.
Test Workflow
name: Test
on:
schedule:
- cron: "*/5 * * * *"
jobs:
job1:
name: Debug2
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: List files
run: ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment