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

ui/bot-profile
Paul Makles 2021-09-30 10:47:24 +00:00 committed by GitHub
parent 22516992a6
commit 6c2f76debc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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