Skip to content

Commit fa50bbe

Browse files
committed
e2e: run on capmox-e2e runner
1 parent 2751440 commit fa50bbe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ self-hosted-runner:
77
- "e2e"
88
- "capmox"
99
- "dcd-playground"
10+
- "capmox-e2e"
1011
# Configuration variables in array of strings defined in your repository or
1112
# organization. `null` means disabling configuration variables check.
1213
# Empty array means no configuration variable is allowed.

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
e2e:
1212
if: ${{ ! contains( github.event.pull_request.labels.*.name, 'e2e/none') }}
13-
runs-on: [capmox,e2e,dcd-playground]
13+
runs-on: capmox-e2e
1414
environment: e2e
1515
env:
1616
PROXMOX_URL: ${{ secrets.PROXMOX_URL }}

0 commit comments

Comments
 (0)