remove mirroring

This commit is contained in:
Alex Janka 2024-06-15 12:00:52 +10:00
parent c625377da9
commit 7bb821c4f6

View file

@ -1,19 +1,5 @@
on: [push, pull_request]
jobs:
mirror:
runs-on: bookworm
if: github.event_name == 'push' && github.repository == 'forgejo-contrib/forgejo-deb'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "mirror repo: code.forgejo.org"
env:
FORGEJO_DEST: code.forgejo.org
FORGEJO_KEY: ${{ secrets.cfo_api_key }}
run: ./.action-forgejo-mirror.sh
build-forgejo-deb:
runs-on: bullseye
steps: