Difference between revisions of "GitHub Actions: jobs:"
Jump to navigation
Jump to search
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | * https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow | ||
+ | jobs: | ||
+ | my_first_job: | ||
+ | name: My first job | ||
+ | my_second_job: | ||
+ | name: My second job | ||
== Related == | == Related == | ||
* [[Azure Pipelines: Jobs:]] | * [[Azure Pipelines: Jobs:]] | ||
− | + | * <code>[[runs-on:]]</code> | |
+ | * <code>[[GitHub Actions: steps:|steps:]]</code> | ||
+ | * <code>[[permissions:]]</code> | ||
+ | * [[uses:]] | ||
== See also == | == See also == | ||
+ | * {{runs-on:}} | ||
* {{GitHub Actions}} | * {{GitHub Actions}} | ||
[[Category:GitHub]] | [[Category:GitHub]] |
Latest revision as of 11:59, 17 July 2024
jobs: my_first_job: name: My first job my_second_job: name: My second job
Related[edit]
See also[edit]
- runs-on:
ubuntu-latest, macos-latest, windows-latest
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: