Skip to content

Commit

Permalink
Reverting last change and removing scope of release branch from matri…
Browse files Browse the repository at this point in the history
…x os patch dependency exclude
  • Loading branch information
PaurushGarg committed Dec 21, 2023
1 parent 1646aff commit f7c68bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Windows is not working for patch workflows, therefore we disable it here
# https://github.com/square/wire/issues/2188
# https://github.com/open-telemetry/opentelemetry-java/issues/4560
- os: ${{ startsWith(github.event.pull_request.base.ref, 'release/v') && 'windows-latest' || '' }}
- os: ${{ 'windows-latest' || '' }}
steps:
- uses: actions/checkout@v4

Expand All @@ -75,7 +75,6 @@ jobs:

- name: Publish patched dependencies to maven local
uses: ./.github/actions/patch-dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_password: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit f7c68bd

Please sign in to comment.