Skip to content

Commit

Permalink
fix GHA settings (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored Dec 30, 2022
1 parent 22bfc50 commit 0664400
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
formatter:
name: auto-formatter
runs-on: windows-latest
# Because auto-commit to the branch from a forked repository will fail,
# so this GHA will be triggered by PRs from the source repository only.
if: github.repository == github.event.pull_request.head.repo.full_name
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 0664400

Please sign in to comment.