Skip to content

Commit 3d6d9a0

Browse files
authored
[skip ci] Change os version to platform in release build test publish workflow (#36950)
### Problem description We are using legacy naming to provide testing on platforms ### What's changed Change os version to platform as per new naming system
1 parent ee293a6 commit 3d6d9a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-build-test-publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
t3000-demo-tests:
8383
needs: build-artifact
84-
if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
84+
if: ${{ inputs.platform == inputs.main-platform && inputs.tag-version != '' }}
8585
secrets: inherit
8686
uses: ./.github/workflows/t3000-demo-tests-impl.yaml
8787
with:
@@ -93,7 +93,7 @@ jobs:
9393

9494
galaxy-demos:
9595
needs: build-artifact
96-
if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
96+
if: ${{ inputs.platform == inputs.main-platform && inputs.tag-version != '' }}
9797
uses: ./.github/workflows/galaxy-demo-tests-impl.yaml
9898
secrets: inherit
9999
with:
@@ -106,7 +106,7 @@ jobs:
106106

107107
blackhole-demo-tests:
108108
needs: build-artifact
109-
if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
109+
if: ${{ inputs.platform == inputs.main-platform && inputs.tag-version != '' }}
110110
secrets: inherit
111111
uses: ./.github/workflows/blackhole-demo-tests-impl.yaml
112112
strategy:
@@ -122,7 +122,7 @@ jobs:
122122

123123
blackhole-multi-card-demo-tests:
124124
needs: build-artifact
125-
if: ${{ inputs.version == inputs.main-os-version && inputs.tag-version != '' }}
125+
if: ${{ inputs.platform == inputs.main-platform && inputs.tag-version != '' }}
126126
secrets: inherit
127127
uses: ./.github/workflows/blackhole-multi-card-demo-tests-impl.yaml
128128
strategy:

0 commit comments

Comments
 (0)