forked from abner/for-legacy-web
Remove conditional workflow run since it just doesn't work.
This commit is contained in:
1
.github/workflows/mirroring.yml
vendored
1
.github/workflows/mirroring.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user