Skip to content

Commit

Permalink
ci: Update mirror.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake authored Sep 18, 2024
1 parent aa716a3 commit b1e54c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
gitlab:
name: Mirror to GitLab
if: github.repository_owner == 'sorairolake'
if: github.actor == 'sorairolake' && github.repository_owner == 'sorairolake'
runs-on: ubuntu-22.04
steps:
- name: Checkout code
Expand All @@ -31,7 +31,7 @@ jobs:

codeberg:
name: Mirror to Codeberg
if: github.repository_owner == 'sorairolake'
if: github.actor == 'sorairolake' && github.repository_owner == 'sorairolake'
runs-on: ubuntu-22.04
steps:
- name: Checkout code
Expand Down

0 comments on commit b1e54c1

Please sign in to comment.