Skip to content

Commit

Permalink
Changing back
Browse files Browse the repository at this point in the history
Testing these changes on my fork now doesn't work
  • Loading branch information
charlestian23 committed Mar 29, 2024
1 parent 11b2a83 commit 3e48db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
format_dev:
if: |
github.event.pull_request.base.ref == 'dev' &&
github.event.pull_request.head.repo.fork == false
github.event.pull_request.head.repo.name == github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
format_other_branches:
if: |
github.event.pull_request.base.ref != 'dev' &&
github.event.pull_request.head.repo.fork == false
github.event.pull_request.head.repo.name == github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 3e48db5

Please sign in to comment.