Skip to content

Commit

Permalink
Merge pull request #2461 from OSInside/no_compliant_test_on_forks
Browse files Browse the repository at this point in the history
Don't run ci-kiwi-9-compliant action on forks
  • Loading branch information
schaefi authored Feb 14, 2024
2 parents 8064538 + 3a444d9 commit 3dbcdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-kiwi-9-compliant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
compliance_test:
if: ${{ github.repository == 'OSInside/kiwi' }}
name: Capable for Rebase to kiwi v9.x.x
runs-on: ubuntu-latest

Expand Down

0 comments on commit 3dbcdc3

Please sign in to comment.