File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# GitHub Workflow Guide
22
3- - Version: 1.0.1
3+ - Version: 1.0.2
44- Author:
55 - Nathan Nellans
66 - Email: me@nathannellans.com
@@ -465,6 +465,7 @@ jobs:
465465 if: # Job conditions, ${{ ... }} can optionally be used to enclose your condition
466466 permissions: # job-level GITHUB_TOKEN permissions
467467 concurrency: # job-level concurrency group
468+ strategy: # define a matrix for parallel jobs
468469 # option 1: a reusable workflow from another repo (public or private)
469470 uses: org/repo/.github/workflows/file.yaml@ref # where ref can be a branch, tag, or SHA
470471 # option 2: a reusable workflow file from the same repo
@@ -490,7 +491,7 @@ This list of features changes quite often. For example, Reusable Workflows being
490491| Input Secrets | No[^1] | Yes |
491492| Supports Service Containers | No | Yes |
492493| Can specify Agent<br />(`runs-on`) | No | Yes |
493- | Filename | Must be `action.yml`<br />(so, 1 per folder) | Can be anything `.yml`<br />(so, many per folder ) |
494+ | Filename | Must be `action.yml`<br />(so, 1 per folder) | Can be anything `.yml`<br />(must be in `.github/workflows/` -<br />no subfolders ) |
494495| Nesting | 10 levels | 4 levels |
495496| Logging | Summarized | Logging for each Job and Step |
496497
You can’t perform that action at this time.
0 commit comments