Skip to content

Commit dfb005f

Browse files
authored
Use vars instead of repo name
1 parent 9e89b4d commit dfb005f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
sdk-build-and-test:
1111

12-
if: github.repository != 'intel/pti-gpu' # no run externally due to no required HW
12+
if: vars.PTI_RUN_TESTS == 1
1313
runs-on: self-hosted
1414

1515
steps:

0 commit comments

Comments
 (0)