From 75aadef26038ebb8385af36a6f738a2b5272d562 Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Wed, 5 Jan 2022 12:30:51 +0100 Subject: [PATCH] trigger a bad build to test branch protection --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5e229ce..b5d875a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,7 +25,7 @@ jobs: path: ".github/library" key: ${{ job.container.image }}-${{ hashFiles('DESCRIPTION') }} - name: Install System Dependencies - run: muggle::install_sysdeps() + run: stop() - name: Install R Dependencies env: # see builder.Dockerfile for explanation, this resets after this step