Skip to content

Commit

Permalink
ci: don't run packaging in forked repo (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman authored Apr 19, 2024
1 parent 92a8cbf commit 27cf592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ jobs:
name: devolutions-gateway [${{ matrix.os }} ${{ matrix.arch }}]
runs-on: ${{ matrix.runner }}
needs: [preflight, devolutions-gateway-web-ui]
if: always()
strategy:
matrix:
include: ${{ fromJson(needs.preflight.outputs.gateway-build-matrix) }}
Expand Down

0 comments on commit 27cf592

Please sign in to comment.