Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created November 28, 2022 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/08415a0c675828de6b24349716c28ce5 to your computer and use it in GitHub Desktop.
Save peterbe/08415a0c675828de6b24349716c28ce5 to your computer and use it in GitHub Desktop.
name: Hi
on:
workflow_dispatch:
inputs:
version:
required: false
default: ''
schedule:
- cron: '20 */4 * * *'
jobs:
do-things:
name: Do things
runs-on: ubuntu-20.04-xl
strategy:
matrix:
language: [en, ja, es, pt, cn, ru, fr, ko, de]
steps:
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment