Skip to content

Instantly share code, notes, and snippets.

@paopa
Created August 29, 2021 11:50
Show Gist options
  • Save paopa/3c0c4f0c16a6b702e07957579bf3ceeb to your computer and use it in GitHub Desktop.
Save paopa/3c0c4f0c16a6b702e07957579bf3ceeb to your computer and use it in GitHub Desktop.
Markdium-GitHub Actions: concepts and getting started
jobs:
job1:
job2:
needs: job1
job3:
needs: [job1,job2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment