Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e-basic-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

e2e-hetzner-basic:
name: Test Hetzner Basic
concurrency: ci-${{ github.ref }}-e2e-baremetal-hetzner
concurrency: ci-e2e-baremetal-global
runs-on: ubuntu-latest
permissions:
# Required for hcloud TPS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-feature-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

e2e-hetzner-baremetal-feature:
name: Test Hetzner Baremetal Features
concurrency: ci-${{ github.ref }}-e2e-baremetal-hetzner
concurrency: ci-e2e-baremetal-global
runs-on: ubuntu-latest
permissions:
# Required for hcloud TPS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
e2e-hetzner-basic:
name: Test Hetzner Baremetal Basic
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
concurrency: ci-${{ github.ref }}-e2e-basic-hetzner
concurrency: ci-e2e-baremetal-global
runs-on: ubuntu-latest
permissions:
# Required for hcloud TPS
Expand Down
Loading