act -j -W example (#1471)
An example of running a job in a specific workflow. Refs #1468
This commit is contained in:
parent
87327286d5
commit
fcbb6d517d
1 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,9 @@ act pull_request
|
|||
# Run a specific job:
|
||||
act -j test
|
||||
|
||||
# Run a job in a specific workflow (useful if you have duplicate job names)
|
||||
act -j lint -W .github/workflows/checks.yml
|
||||
|
||||
# Run in dry-run mode:
|
||||
act -n
|
||||
|
||||
|
|
Loading…
Reference in a new issue