Skip to content

Commit

Permalink
removing if clause
Browse files Browse the repository at this point in the history
  • Loading branch information
PaurushGarg committed Dec 21, 2023
1 parent 00720aa commit 75b46da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
testpatch:
name: Test patches applied to dependencies
runs-on: ubuntu-latest
if: ${{ hashFiles('.github/patches/opentelemetry-java-*.patch') != ''}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down Expand Up @@ -75,7 +74,6 @@ jobs:

- name: Publish patched dependencies to maven local
uses: ./.github/actions/patch-dependencies
if: ${{ hashFiles('.github/patches/opentelemetry-java-*.patch') != ''}}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
testpatch:
name: Test patches applied to dependencies
runs-on: ubuntu-latest
if: ${{ hashFiles('.github/patches/opentelemetry-java-*.patch') != ''}}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -76,7 +75,6 @@ jobs:

- name: Publish patched dependencies to maven local
uses: ./.github/actions/patch-dependencies
if: ${{ hashFiles('.github/patches/opentelemetry-java-*.patch') != ''}}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 75b46da

Please sign in to comment.