File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ jobs:
73
73
cmake --build build --target clang-format-check
74
74
75
75
Spellcheck :
76
- uses : oneapi-src/unified-memory-framework/ .github/workflows/spellcheck.yml@main
76
+ uses : ./ .github/workflows/spellcheck.yml
77
77
Build :
78
78
needs : [Spellcheck, FastBuild, CodeStyle]
79
- uses : oneapi-src/unified-memory-framework/ .github/workflows/basic.yml@main
79
+ uses : ./ .github/workflows/basic.yml
80
80
Benchmark :
81
81
needs : [Build]
82
- uses : oneapi-src/unified-memory-framework/ .github/workflows/benchmarks.yml@main
82
+ uses : ./ .github/workflows/benchmarks.yml
83
83
CodeQL :
84
84
needs : [Build]
85
- uses : oneapi-src/unified-memory-framework/ .github/workflows/codeql.yml@main
85
+ uses : ./ .github/workflows/codeql.yml
You can’t perform that action at this time.
0 commit comments