summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2022-07-18 21:45:24 +0900
committerRyooooooga <eial5q265e5@gmail.com>2022-07-18 21:51:32 +0900
commit04772154b7909e16b9310fae4d4edfb152d8a714 (patch)
treedc3150f502f62c9d3cd41a377393cccf17a5290b /.github
parentc087dca60a5d1ba807c01713710d383f10868696 (diff)
ci: change not to run `Generate Sponsors` action on the fork repository
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sponsors.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml
index 0fa25803b..e4c780445 100644
--- a/.github/workflows/sponsors.yml
+++ b/.github/workflows/sponsors.yml
@@ -16,6 +16,7 @@ jobs:
with:
token: ${{ secrets.SPONSORS_TOKEN }}
file: 'README.md'
+ if: ${{ github.repository == 'jesseduffield/lazygit' }}
- name: Commit and push if changed
run: |-