mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-02-12 04:44:48 -05:00
typo
This commit is contained in:
parent
705958fcfa
commit
86df6f07b2
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ If no `Forgejo runner` is available, `Forgejo` will wait for one to connect and
|
||||||
|
|
||||||
### Labels and `runs-on`
|
### Labels and `runs-on`
|
||||||
|
|
||||||
The workflows / tasks defined in the files found in `.forgejo/workflows` must specify the environment they need to run with `runs-on`. Each `Forgejo runner` declares with **labels** which one they support so `Forgejo` knows sends them tasks accordingly. For instance if a job within a workflow has:
|
The workflows / tasks defined in the files found in `.forgejo/workflows` must specify the environment they need to run with `runs-on`. Each `Forgejo runner` declares with **labels** which one they support so `Forgejo` sends them tasks accordingly. For instance if a job within a workflow has:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue