Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/mirror-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ permissions:
name: Mirror Sync

on:
npermissions:
contents: read

push:
branches: ['**']
Expand All @@ -17,8 +15,6 @@ npermissions:
inputs:
full_sync:
description: 'Perform full mirror sync (all branches and tags)'
npermissions:
contents: read

required: false
default: 'false'
Expand All @@ -28,8 +24,6 @@ jobs:
mirror-push:
name: Push to GitLab Mirror
runs-on: ubuntu-latest
npermissions:
contents: read

# Only run on the main repo, not forks
if: github.repository == 'hyperpolymath/branch-newspaper'
Expand Down Expand Up @@ -128,8 +122,6 @@ npermissions:
verify-mirror:
name: Verify Mirror Sync
runs-on: ubuntu-latest
npermissions:
contents: read

needs: mirror-push
if: always() && needs.mirror-push.result == 'success'
Expand Down
Loading