From 06fd63d8ef2e45b31a58e6ed674d78c3bc677f4a Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Wed, 13 Oct 2021 11:08:09 +0300 Subject: Disable Windows Baremetal tests We no longer have access to the VM and it was shutted down. Change-Id: I5ec6f09e10b87c9a4898ee5494dc42a9d9962371 Reviewed-by: Christian Kandeler --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df2fca11b..57f3c54e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -453,7 +453,8 @@ jobs: runs-on: [self-hosted, windows, x64] timeout-minutes: 30 needs: build-windows - if: ${{ github.actor == 'rweickelt' }} + # baremetal VM is down, disable the workflow for now + if: 'false' env: QBS_TEST_SOURCE_ROOT: 'tests' QT_ASSUME_STDERR_HAS_CONSOLE: 1 -- cgit v1.2.1