Skip to content

Commit

Permalink
Remove conditional [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Dec 27, 2024
1 parent 48e8e23 commit 44cc9cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ on:
pull_request:
branches:
- master
env:
BASE_REPO: ${{ github.event.pull_request.base.repo.clone_url }}
PR_HEAD_REPO: ${{ github.event.pull_request.head.repo.clone_url }}
jobs:
maven-verify:
if: ${{ env.BASE_REPO != env.PR_HEAD_REPO }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 44cc9cb

Please sign in to comment.