diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2db3763fa..f2f308aea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -323,6 +323,9 @@ jobs: if-no-files-found: error retention-days: 14 + - name: fail + run: exit 1 + Test-Suite-Fork: needs: [Precheck] environment: Testing