Skip to content

Commit 6c99464

Browse files
authored
RHAIENG-948: change subscription value to "true" in build-notebooks-pr-aipcc workflow and when building on: push in rhds/notebooks
1 parent d270902 commit 6c99464

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@ jobs:
8989
python: "${{ matrix.python }}"
9090
github: "${{ toJSON(github) }}"
9191
platform: "${{ matrix.platform }}"
92-
subscription: "${{ matrix.subscription }}"
92+
# rhds/notebooks builds from AIPCC base images that are RHEL-based
93+
subscription: "true"
9394
secrets: inherit

.github/workflows/build-notebooks-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ jobs:
5353
python: "${{ matrix.python }}"
5454
github: "${{ toJSON(github) }}"
5555
platform: "${{ matrix.platform }}"
56-
subscription: "${{ matrix.subscription }}"
56+
# rhds/notebooks builds from AIPCC base images that are RHEL-based
57+
subscription: "${{ matrix.subscription || (github.repository == 'red-hat-data-services/notebooks') }}"
5758
secrets: inherit

0 commit comments

Comments
 (0)