From 1cc083a68873e69d1f832e1ed2972d75f10ebe15 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Thu, 30 Sep 2021 10:47:24 +0000 Subject: [PATCH] Remove conditional workflow run since it just doesn't work. --- .github/workflows/mirroring.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mirroring.yml b/.github/workflows/mirroring.yml index 3f1d27fa..feaa04a6 100644 --- a/.github/workflows/mirroring.yml +++ b/.github/workflows/mirroring.yml @@ -5,7 +5,6 @@ on: [push, delete] jobs: to_gitlab: runs-on: ubuntu-18.04 - if: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }} steps: - uses: actions/checkout@v1 - uses: pixta-dev/repository-mirroring-action@v1