mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -05:00
Remove conditional workflow run since it just doesn't work.
This commit is contained in:
parent
22516992a6
commit
6c2f76debc
1 changed files with 0 additions and 1 deletions
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
|
||||
|
|
Loading…
Reference in a new issue