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 9d45fb6 commit 072d967Copy full SHA for 072d967
.github/workflows/build-notebooks-pr-rhel.yaml
@@ -63,7 +63,7 @@ jobs:
63
# --only-rhel
64
echo 'matrix={"target":["amd-jupyter-pytorch-rhel9-python-3.9","amd-jupyter-tensorflow-rhel9-python-3.9"]}' >> ${GITHUB_OUTPUT}
65
echo 'has_jobs=true' >> ${GITHUB_OUTPUT}
66
- id: gen2
+ id: gen
67
shell: bash
68
69
# builda:
@@ -83,9 +83,9 @@ jobs:
83
needs: ["gen"]
84
strategy:
85
fail-fast: false
86
- matrix: "${{ fromJson(needs.gen2.outputs.matrix) }}"
+ matrix: "${{ fromJson(needs.gen.outputs.matrix) }}"
87
uses: ./.github/workflows/build-notebooks-TEMPLATE.yaml
88
- if: ${{ fromJson(needs.gen2.outputs.has_jobs) }}
+ if: ${{ fromJson(needs.gen.outputs.has_jobs) }}
89
with:
90
target: "${{ matrix.target }}"
91
github: "${{ toJSON(github) }}"
0 commit comments