Skip to content

Commit

Permalink
remove condition from check-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Nov 6, 2023
1 parent 010d4cb commit b51cd7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lua-format-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- "**.lua"
jobs:
format_code:
if: github.repository != github.event.pull_request.base.repo.full_name # if not a local branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b51cd7b

Please sign in to comment.