From 3822896af21e9ab19d507ffefe2c10fc7f556e32 Mon Sep 17 00:00:00 2001 From: Mariusz Tkaczyk Date: Tue, 28 Oct 2025 08:57:07 +0100 Subject: [PATCH] github: disable self-runners Runners are not avaialable, disable them. There are actions to get new runners so keep a code for a while. Signed-off-by: Mariusz Tkaczyk --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3892e56d..fa92cbff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,5 @@ name: tests on: - schedule: - - cron: "0 0 * * *" pull_request: paths: - '*.c' @@ -13,7 +11,7 @@ on: - '.github/tools/*' jobs: upstream_tests: - if: ${{ github.repository == 'md-raid-utilities/mdadm' }} + if: ${{ github.repository == 'disabled' }} # Intel hosted runners are down runs-on: self-hosted timeout-minutes: 150 name: upstream tests -- 2.47.3