Skip to content

Commit

Permalink
ci(strict): change execution policy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Dec 2, 2024
1 parent bc56a49 commit 3e4394c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
run: pnpm run test --cache-dir=.turbo --filter !\documentation

strict:
if: ${{ needs.changes.outputs.core_any_changed == 'true' }}
if: ${{ needs.changes.outputs.core_any_changed == 'true' && github.repository == 'siemens/ix' }}
needs: [changes]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3e4394c

Please sign in to comment.