We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd6c5d commit ff40a83Copy full SHA for ff40a83
2 files changed
.github/workflows/pr_push.yml
@@ -40,20 +40,23 @@ jobs:
40
provider: "LEVEL_ZERO"
41
runner: "L0"
42
shared_lib: "['ON']"
43
+ secrets: inherit
44
L0-BMG:
45
# needs: [Build]
46
uses: ./.github/workflows/reusable_gpu.yml
47
with:
48
49
runner: "L0-BMG"
50
51
52
CUDA:
53
54
55
56
provider: "CUDA"
57
runner: "CUDA"
58
59
60
# Sanitizers:
61
# needs: [FastBuild]
62
# uses: ./.github/workflows/reusable_sanitizers.yml
.github/workflows/reusable_gpu.yml
@@ -44,3 +44,4 @@ jobs:
provider: ${{ inputs.provider }}
runner: ${{ inputs.runner }}
shared_lib: ${{ inputs.shared_lib }}
0 commit comments