Browse Source

Disable deadsnakes jobs entirely.

pull/5177/head
Ralf W. Grosse-Kunstleve 1 year ago
parent
commit
bbcd0087b2
  1. 1
      .github/workflows/ci.yml

1
.github/workflows/ci.yml

@ -223,6 +223,7 @@ jobs: @@ -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:

Loading…
Cancel
Save