Merge branch 'main' into dynamic-page-title

This commit is contained in:
Robert Kaussow 2025-04-24 20:47:44 +02:00 committed by GitHub
commit a2497e8aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -605,7 +605,7 @@ For more details check the [matrix build docs](./30-matrix-workflows.md).
You can define labels for your workflow in order to select an agent to execute the workflow. An agent takes up a workflow and executes it if **every** label assigned to it matches the label of the agent.
To specify additional agent labels, check the [Agent configuration options] (../30-administration/10-configuration/30-agent.md#agent_labels). The agents have at least four default labels: `platform=agent-os/agent-arch`, `hostname=my-agent`, `backend=docker` (type of agent backend) and `repo=*`. Agents can use an `*` as a placeholder for a label. For example, `repo=*` matches any repo.
To specify additional agent labels, check the [Agent configuration options](../30-administration/10-configuration/30-agent.md#agent_labels). The agents have at least four default labels: `platform=agent-os/agent-arch`, `hostname=my-agent`, `backend=docker` (type of agent backend) and `repo=*`. Agents can use an `*` as a placeholder for a label. For example, `repo=*` matches any repo.
Workflow labels with an empty value are ignored.
By default, each workflow has at least the label `repo=your-user/your-repo-name`. If you have set the [platform attribute](#platform) for your workflow, it will also have a label such as `platform=your-os/your-arch`.

View File

@ -22,7 +22,7 @@
},
{
"name": "S3 upload",
"docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-s3/master/docs.md",
"docs": "https://codeberg.org/woodpecker-plugins/plugin-s3/raw/branch/main/docs.md",
"verified": true
},
{