Skip to content

Commit 90139f5

Browse files
authored
[hetzner][feat] Initial Hetzner Cloud support (#2168)
1 parent 66cbd9e commit 90139f5

Some content is hidden

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

43 files changed

+1054
-3
lines changed

.github/workflows/basecheck.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- 'fixlib/**'
1111
- 'plugins/**'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
basecheck:
1519
name: "basecheck"

.github/workflows/check_pr_fixlib.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- '.github/**'
1212
- 'requirements-all.txt'
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
fixlib:
1620
name: "fixlib"

.github/workflows/check_pr_fixmetrics.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- '.github/**'
1313
- 'requirements-all.txt'
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
fixmetrics:
1721
name: "fixmetrics"

.github/workflows/check_pr_fixshell.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- 'requirements-all.txt'
1414
workflow_dispatch:
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
18+
cancel-in-progress: true
19+
1620
jobs:
1721
fixshell:
1822
name: "fixshell"

.github/workflows/check_pr_fixworker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- '.github/**'
1313
- 'requirements-all.txt'
1414

15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
17+
cancel-in-progress: true
18+
1519
jobs:
1620
fixworker:
1721
name: "fixworker"

.github/workflows/check_pr_plugin_aws.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- '.github/**'
1616
- 'requirements-all.txt'
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
aws:
2024
name: "aws"

.github/workflows/check_pr_plugin_azure.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- '.github/**'
1616
- 'requirements-all.txt'
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
azure:
2024
name: "azure"

.github/workflows/check_pr_plugin_digitalocean.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- '.github/**'
1616
- 'requirements-all.txt'
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
digitalocean:
2024
name: "digitalocean"

.github/workflows/check_pr_plugin_dockerhub.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- '.github/**'
1616
- 'requirements-all.txt'
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
dockerhub:
2024
name: "dockerhub"

.github/workflows/check_pr_plugin_example_collector.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- '.github/**'
1616
- 'requirements-all.txt'
1717

18+
concurrency:
19+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923
example_collector:
2024
name: "example_collector"

0 commit comments

Comments
 (0)