Skip to content

Commit

Permalink
Fix Build for forked repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
palexster authored and mlavacca committed Nov 16, 2020
1 parent d989ee7 commit 4e013cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::set-output name=repo-suffix::"
# Do not push the resulting images to DockerHub if triggered by a fork
[[ "${{ github.event.repository.full_name }}" != 'liqotech/liqo' ]] && \
[[ "${{ github.event.pull_request.head.repo.full_name }}" != 'liqotech/liqo' ]] && \
echo "::set-output name=repo-push::false" || \
echo "::set-output name=repo-push::true"
Expand Down

0 comments on commit 4e013cc

Please sign in to comment.