Skip to content

Commit f0983f5

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents c4458b5 + 6c99464 commit f0983f5

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)