]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
github: disable self-runners main master
authorMariusz Tkaczyk <mtkaczyk@kernel.org>
Tue, 28 Oct 2025 07:57:07 +0000 (08:57 +0100)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Wed, 29 Oct 2025 07:26:46 +0000 (08:26 +0100)
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 <mtkaczyk@kernel.org>
.github/workflows/tests.yml

index 3892e56d412756c25b01abbb107df2c2e9c25458..fa92cbff47247ec55ae7b71e5cc4751a353e4446 100644 (file)
@@ -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