Remove conditional workflow run since it just doesn't work.

This commit is contained in:
Paul Makles
2021-09-30 10:47:24 +00:00
committed by GitHub
parent 22516992a6
commit 6c2f76debc

View File

@@ -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