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
|
@ -148,6 +148,9 @@ act pull_request
|
||||||
# Run a specific job:
|
# Run a specific job:
|
||||||
act -j test
|
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:
|
# Run in dry-run mode:
|
||||||
act -n
|
act -n
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue