Skip to content

Commit ba8c62b

Browse files
committed
TEST: Setup inter-workflow refs for testing
1 parent e844b47 commit ba8c62b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-command-configs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
repository: access-nri/build-cd
172172
path: build-cd
173-
ref: v7
173+
ref: prerelease-to-model-configs-pipeline
174174

175175
- name: Set up Python
176176
uses: actions/setup-python@v5
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Get previous deployments in PR
197197
id: previous-deployments
198-
uses: access-nri/build-cd/.github/actions/get-pr-deployments@v7
198+
uses: access-nri/build-cd/.github/actions/get-pr-deployments@prerelease-to-model-configs-pipeline
199199
with:
200200
pr: ${{ github.event.issue.number }}
201201
token: ${{ github.token }}
@@ -303,6 +303,7 @@ jobs:
303303
with:
304304
repository: access-nri/build-cd
305305
path: build-cd
306+
ref: prerelease-to-model-configs-pipeline
306307

307308
- name: Setup python
308309
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)