Skip to content

Commit

Permalink
test: lua format from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat committed Aug 15, 2024
1 parent 5527402 commit 5dba7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lua-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
args: .

- name: Run add and commit
if: ${{ ! github.event.pull_request.head.repo.fork }}
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: EndBug/add-and-commit@v9
with:
author_name: GitHub Actions
Expand Down

0 comments on commit 5dba7b4

Please sign in to comment.