Commit f7b63477 authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

Add condition to run update-sponsors job only on upstream repository

parent 11490de3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@ on:

jobs:
  update-sponsors:
    ## Only run on the upstream repository.
    if: github.repository == 'fedify-dev/fedify'
    runs-on: ubuntu-latest
    permissions:
      contents: write