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.
"true"
build-notebooks-pr-aipcc
on: push
rhds/notebooks
1 parent d270902 commit 6c99464Copy full SHA for 6c99464
.github/workflows/build-notebooks-pr-aipcc.yaml
@@ -89,5 +89,6 @@ jobs:
89
python: "${{ matrix.python }}"
90
github: "${{ toJSON(github) }}"
91
platform: "${{ matrix.platform }}"
92
- subscription: "${{ matrix.subscription }}"
+ # rhds/notebooks builds from AIPCC base images that are RHEL-based
93
+ subscription: "true"
94
secrets: inherit
.github/workflows/build-notebooks-push.yaml
@@ -53,5 +53,6 @@ jobs:
53
54
55
56
57
+ subscription: "${{ matrix.subscription || (github.repository == 'red-hat-data-services/notebooks') }}"
58
0 commit comments