Skip to content

Commit

Permalink
ci: build wheel only on origin repo
Browse files Browse the repository at this point in the history
* fixes intel#4115

Signed-off-by: Terri Oda <terri.oda@intel.com>
  • Loading branch information
terriko committed May 13, 2024
1 parent 9e92db8 commit 7231394
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ jobs:

build:
name: Build wheel
if: github.repository == 'intel/cve-bin-tool' # run on origin repo only
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit 7231394

Please sign in to comment.