Skip to content

Commit 444464e

Browse files
committed
allow push
1 parent a4a9d21 commit 444464e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build-notebooks-pr-rhel.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,18 @@ jobs:
6666
id: gen2
6767
shell: bash
6868

69-
builda:
70-
needs: ["gen"]
71-
strategy:
72-
fail-fast: false
73-
matrix: "${{ fromJson(needs.gen1.outputs.matrix) }}"
74-
uses: ./.github/workflows/build-notebooks-TEMPLATE.yaml
75-
if: ${{ fromJson(needs.gen1.outputs.has_jobs) }}
76-
with:
77-
target: "${{ matrix.target }}"
78-
github: "${{ toJSON(github) }}"
79-
subscription: true
80-
secrets: inherit
69+
# builda:
70+
# needs: ["gen"]
71+
# strategy:
72+
# fail-fast: false
73+
# matrix: "${{ fromJson(needs.gen1.outputs.matrix) }}"
74+
# uses: ./.github/workflows/build-notebooks-TEMPLATE.yaml
75+
# if: ${{ fromJson(needs.gen1.outputs.has_jobs) }}
76+
# with:
77+
# target: "${{ matrix.target }}"
78+
# github: "${{ toJSON(github) }}"
79+
# subscription: true
80+
# secrets: inherit
8181

8282
buildb:
8383
needs: ["gen"]

0 commit comments

Comments
 (0)