From: Mariusz Tkaczyk Date: Tue, 28 Oct 2025 07:57:07 +0000 (+0100) Subject: github: disable self-runners X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3822896af21e9ab19d507ffefe2c10fc7f556e32;p=thirdparty%2Fmdadm.git 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 --- 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