Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/build-and-publish-pre-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Dec 17, 2024
1 parent d974919 commit 5ea07e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
CREATE_RELEASE: false

- name: "Build and deploy"
if: startsWith(runner.name, 'buildagent-') != true
if: env.USE_NUGET_CACHE != 'true'
uses: ./.github/actions/build
with:
PRODUCTION_BUILD: False
Expand Down

0 comments on commit 5ea07e5

Please sign in to comment.