Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 18, 2024
1 parent a2ed770 commit 95faef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
run: echo "DOTNET_RELEASE_DEFINES=/p:IsProduction=True" >> "$GITHUB_ENV"

- name: "Dotnet: Run build check (Pre-Release)"
if: !endsWith(github.repository, 'funfair-build-check') && !endsWith(github.repository, '-template')
if: ${{ (!endsWith(github.repository, 'funfair-build-check')) && (!endsWith(github.repository, '-template')) }}
uses: ./.github/actions/build-check
with:
GITHUB_TOKEN: ${{inputs.GITHUB_TOKEN}}
Expand Down

0 comments on commit 95faef7

Please sign in to comment.