Skip to content

Commit

Permalink
Unit packaging: fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Apr 30, 2024
1 parent bfd7789 commit 185fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
deb-packaging:
if: ${{ ( github.repository_owner == 'nginx' || github.repository == 'nginxinc' ) }}
if: ${{ ( github.repository_owner == 'nginx' || github.repository_owner == 'nginxinc' ) }}
runs-on: [ self-hosted, "${{ matrix.os }}-${{ matrix.arch }}" ]
strategy:
fail-fast: false
Expand Down

0 comments on commit 185fde6

Please sign in to comment.