Skip to content

Commit

Permalink
Update generate-md.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iskay authored Dec 30, 2024
1 parent 2281723 commit f7822c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:

jobs:
generate-md:
if: ${{ github.repository == 'Luminara-Hub/namada-ecosystem' }}
runs-on: ubuntu-latest
steps:
- name: Checkout the code
Expand All @@ -40,4 +41,4 @@ jobs:
git commit -m "Update generated Markdown files"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f7822c6

Please sign in to comment.