Skip to content

Commit cd1104f

Browse files
authored
Merge pull request #159 from lukaszstolarczuk/local-reusable-workflows
[CI] Use local reusable workflows
2 parents 15652ee + a30db88 commit cd1104f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pr_push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ jobs:
7373
cmake --build build --target clang-format-check
7474
7575
Spellcheck:
76-
uses: oneapi-src/unified-memory-framework/.github/workflows/spellcheck.yml@main
76+
uses: ./.github/workflows/spellcheck.yml
7777
Build:
7878
needs: [Spellcheck, FastBuild, CodeStyle]
79-
uses: oneapi-src/unified-memory-framework/.github/workflows/basic.yml@main
79+
uses: ./.github/workflows/basic.yml
8080
Benchmark:
8181
needs: [Build]
82-
uses: oneapi-src/unified-memory-framework/.github/workflows/benchmarks.yml@main
82+
uses: ./.github/workflows/benchmarks.yml
8383
CodeQL:
8484
needs: [Build]
85-
uses: oneapi-src/unified-memory-framework/.github/workflows/codeql.yml@main
85+
uses: ./.github/workflows/codeql.yml

0 commit comments

Comments
 (0)