Skip to content

Commit fe03b10

Browse files
rename nightly to devel packages
1 parent 6827dcd commit fe03b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/launch-conda-packages-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
-H "Authorization: Bearer ${{ secrets.PERF_REG_TOKEN }}" \
2424
-H "X-GitHub-Api-Version: 2022-11-28" \
2525
https://api.github.com/repos/sofa-framework/conda-ci/dispatches \
26-
-d '{"event_type":"build-nightly-sofa","client_payload":{"commit_date":"$COMMIT_DATE","commit_hash":"${{ github.sha }}"}}'
26+
-d '{"event_type":"build-devel-sofa","client_payload":{"commit_date":"$COMMIT_DATE","commit_hash":"${{ github.sha }}"}}'
2727
2828
- name: Launch build of development conda packages of sofa-python3
2929
run: |
@@ -32,4 +32,4 @@ jobs:
3232
-H "Authorization: Bearer ${{ secrets.PERF_REG_TOKEN }}" \
3333
-H "X-GitHub-Api-Version: 2022-11-28" \
3434
https://api.github.com/repos/sofa-framework/conda-ci/dispatches \
35-
-d '{"event_type":"build-nightly-sofa-python3","client_payload":{"commit_date":"$COMMIT_DATE","commit_hash":"${{ github.sha }}"}}'
35+
-d '{"event_type":"build-devel-sofa-python3","client_payload":{"commit_date":"$COMMIT_DATE","commit_hash":"${{ github.sha }}"}}'

0 commit comments

Comments
 (0)