We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2751440 commit fa50bbeCopy full SHA for fa50bbe
2 files changed
.github/actionlint.yaml
@@ -7,6 +7,7 @@ self-hosted-runner:
7
- "e2e"
8
- "capmox"
9
- "dcd-playground"
10
+ - "capmox-e2e"
11
# Configuration variables in array of strings defined in your repository or
12
# organization. `null` means disabling configuration variables check.
13
# Empty array means no configuration variable is allowed.
.github/workflows/e2e.yml
@@ -10,7 +10,7 @@ on:
jobs:
e2e:
if: ${{ ! contains( github.event.pull_request.labels.*.name, 'e2e/none') }}
- runs-on: [capmox,e2e,dcd-playground]
+ runs-on: capmox-e2e
14
environment: e2e
15
env:
16
PROXMOX_URL: ${{ secrets.PROXMOX_URL }}
0 commit comments