We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2751440 commit cf5cf43Copy full SHA for cf5cf43
1 file changed
.github/workflows/e2e.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
e2e:
12
if: ${{ ! contains( github.event.pull_request.labels.*.name, 'e2e/none') }}
13
- runs-on: [capmox,e2e,dcd-playground]
+ runs-on: capmox-e2e
14
environment: e2e
15
env:
16
PROXMOX_URL: ${{ secrets.PROXMOX_URL }}
0 commit comments