Skip to content

Commit 4803bfc

Browse files
committed
add CI repo restriction
Change-Id: I883bf8ae288e2d1fda359eff0f4ce4f39901dba5
1 parent 3ceef2f commit 4803bfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-bandit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ permissions:
2121
jobs:
2222
bandit:
2323
runs-on: ci-test
24+
if: ${{ github.repository != 'intel/pcm' }}
2425

2526
steps:
2627
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)