act -j -W example (#1471)

An example of running a job in a specific workflow.

Refs #1468
This commit is contained in:
Simon Willison 2022-11-27 07:47:43 -08:00 committed by GitHub
parent 87327286d5
commit fcbb6d517d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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