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.
2 parents c4458b5 + 6c99464 commit f0983f5Copy full SHA for f0983f5
.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