From bbcd0087b2d52e0130f96792dd5dd03704280a57 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 20 Jun 2024 11:59:43 -0700 Subject: [PATCH] Disable deadsnakes jobs entirely. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d3e7b504..9674519d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,6 +223,7 @@ jobs: run: cmake --build build --target pytest -j2 deadsnakes: + if: github.actor_id == 'THIS IS JUST A TRICK TO DISABLE THIS JOB' strategy: fail-fast: false matrix: