Merge all changes

This commit is contained in:
StellaOps Bot
2026-01-08 08:54:27 +02:00
parent 589de352c2
commit 110591d6bf
381 changed files with 2237 additions and 1939 deletions

View File

@@ -16,7 +16,7 @@ env:
jobs:
offline-e2e:
runs-on: ubuntu-22.04
runs-on: ${{ vars.LINUX_RUNNER_LABEL || 'ubuntu-latest' }}
steps:
- name: Checkout
@@ -82,7 +82,7 @@ jobs:
path: ./results/
verify-isolation:
runs-on: ubuntu-22.04
runs-on: ${{ vars.LINUX_RUNNER_LABEL || 'ubuntu-latest' }}
needs: offline-e2e
if: always()
@@ -119,3 +119,4 @@ jobs:
else
echo "⚠️ No test results found" >> $GITHUB_STEP_SUMMARY
fi