File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,18 @@ jobs:
66
66
id : gen2
67
67
shell : bash
68
68
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
81
81
82
82
buildb :
83
83
needs : ["gen"]
You can’t perform that action at this time.
0 commit comments