Skip to content

Commit 0fce585

Browse files
committed
Revert broken translated files to English
1 parent 24bab49 commit 0fce585

197 files changed

Lines changed: 6661 additions & 7877 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

translations/de-DE/content/actions/guides/about-continuous-integration.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,11 @@ redirect_from:
1010
versions:
1111
free-pro-team: '*'
1212
enterprise-server: '>=2.22'
13-
github-ae: '*'
1413
type: 'overview'
15-
topics:
16-
- 'CI'
17-
- 'CD'
1814
---
1915

2016
{% data reusables.actions.enterprise-beta %}
2117
{% data reusables.actions.enterprise-github-hosted-runners %}
22-
{% data reusables.actions.ae-beta %}
2318

2419
### Informationen zur fortlaufenden Integration
2520

@@ -31,9 +26,7 @@ Zum Erstellen und Testen des Codes ist ein Server erforderlich. Sie können Aktu
3126

3227
### Informationen zur kontinuierlichen Integration mit {% data variables.product.prodname_actions %}
3328

34-
{% if currentVersion == "github-ae@latest" %}CI using {% data variables.product.prodname_actions %} offers workflows that can build the code in your repository and run your tests. Workflows can run on virtual machines hosted by {% data variables.product.prodname_dotcom %}. For more information, see "[About {% data variables.actions.hosted_runner %}s](/actions/using-github-hosted-runners/about-ae-hosted-runners)."
35-
{% else %} CI using {% data variables.product.prodname_actions %} offers workflows that can build the code in your repository and run your tests. Workflows können auf {% data variables.product.prodname_dotcom %}gehosteten virtuellen Maschinen oder auf Computern ausgeführt werden, die Sie selbst hosten. For more information, see "[Virtual environments for {% data variables.product.prodname_dotcom %}-hosted runners](/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners)" and "[About self-hosted runners](/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners)."
36-
{% endif %}
29+
CI mit {% data variables.product.prodname_actions %} bietet Workflows, die den Code in Ihrem Repository erstellen und Ihre Tests ausführen können. Workflows können auf {% data variables.product.prodname_dotcom %}gehosteten virtuellen Maschinen oder auf Computern ausgeführt werden, die Sie selbst hosten. For more information, see "[Virtual environments for {% data variables.product.prodname_dotcom %}-hosted runners](/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners)" and "[About self-hosted runners](/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners)."
3730

3831
Sie können Ihren CI-Workflow so konfigurieren, dass er ausgeführt wird, wenn ein {% data variables.product.product_name %} Ereignis auftritt (z. B. wenn neuer Code an Ihr Repository übertragen wird), nach einem festgelegten Zeitplan oder wenn ein externes Ereignis mithilfe des Repository-Dispatch-Webhooks auftritt.
3932

@@ -53,26 +46,6 @@ Eine Definition von gebräuchliche Begriffe finden Sie unter "[Kernkonzepte für
5346

5447
Browse the complete list of CI workflow templates offered by {% data variables.product.product_name %} in the {% if currentVersion == "free-pro-team@latest" %}[actions/starter-workflows](https://github.com/actions/starter-workflows/tree/main/ci) repository{% else %} `actions/starter-workflows` repository on {% data variables.product.product_location %}{% endif %}.
5548

56-
### Skipping workflow runs
57-
58-
If you want to temporarily prevent a workflow from being triggered, you can add a skip instruction to the commit message. Workflows that would otherwise be triggered `on: push` or `on: pull_request`, won't be triggered if you add any any of the following strings to the commit message in a push, or the HEAD commit of a pull request:
59-
60-
* `[skip ci]`
61-
* `[ci skip]`
62-
* `[no ci]`
63-
* `[skip actions]`
64-
* `[actions skip]`
65-
66-
Alternatively, you can end the commit message with two empty lines followed by either `skip-checks: true` or `skip-checks:true`.
67-
68-
You won't be able to merge the pull request if your repository is configured to require specific checks to pass first. To allow the pull request to be merged you can push a new commit to the pull request without the skip instruction in the commit message.
69-
70-
{% note %}
71-
72-
**Note:** Skip instructions only apply to the `push` and `pull_request` events. For example, adding `[skip ci]` to a commit message won't stop a workflow that's triggered `on: pull_request_target` from running.
73-
74-
{% endnote %}
75-
7649
### Benachrichtigungen für Workflow-Läufe
7750

7851
{% data reusables.repositories.workflow-notifications %}

translations/de-DE/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ redirect_from:
1111
versions:
1212
free-pro-team: '*'
1313
enterprise-server: '>=2.22'
14-
github-ae: '*'
1514
type: 'tutorial'
16-
topics:
17-
- 'Workflows'
18-
- 'CI'
1915
---
2016

2117
{% data reusables.actions.enterprise-beta %}
2218
{% data reusables.actions.enterprise-github-hosted-runners %}
23-
{% data reusables.actions.ae-beta %}
2419

2520
Jeder Benutzer mit Schreibberechtigung für ein Repository kann mit {% data variables.product.prodname_actions %} eine fortlaufende Integration (CI) einrichten.
2621

@@ -34,7 +29,7 @@ Nach der Einrichtung der CI können Sie den Workflow an Ihre Bedürfnisse anpass
3429
{% data reusables.files.choose_commit_branch %}
3530
{% data reusables.files.propose_new_file %}
3631

37-
Sobald ein Push an Dein Repository erfolgt ist, kannst Du den Status und die detaillierten Protokolle Deines fortlaufenden Integrationsworkflows verfolgen, der auf {% data variables.product.prodname_dotcom %} ausgeführt wird, und angepasste Benachrichtigungen erhalten. Weitere Informationen findest Du unter „[Benachrichtigungen konfigurieren](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#github-actions-notification-options)“ und „[Workflowausführung verwalten](/articles/managing-a-workflow-run)“.
32+
Sobald ein Push an Ihr Repository erfolgt ist, können Sie den Status und die detaillierten Protokolle Ihres fortlaufenden Integrationsworkflows verfolgen, der auf {% data variables.product.prodname_dotcom %} ausgeführt wird, und angepasste Benachrichtigungen erhalten. Weitere Informationen findest Du unter „[Benachrichtigungen konfigurieren](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#github-actions-notification-options)“ und „[Workflowausführung verwalten](/articles/managing-a-workflow-run)“.
3833

3934
{% data reusables.repositories.actions-workflow-status-badge-into %}
4035

0 commit comments

Comments
 (0)