Skip to content

Commit 9bd0d17

Browse files
committed
rename workflows
1 parent 3d4c57f commit 9bd0d17

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
File renamed without changes.

.github/workflows/build-demos.yml renamed to .github/workflows/v2-build-demos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build demos
1+
name: Build V2 Demos
22
on:
33
workflow_call:
44
inputs:

.github/workflows/build-deploy-demos.yml renamed to .github/workflows/v2-build-deploy-demos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Build and Deploy Demos
1+
name: Build and Deploy V2 Demos
22
on:
33
push:
44
branches:
55
- sc-79849-implement-improved-demo-build-pipeline
66

77
jobs:
88
build:
9-
uses: ./.github/workflows/build-demos.yml
9+
uses: ./.github/workflows/v2-build-demos.yml
1010
with:
1111
ref: ${{ github.ref }}
1212
demo-names: 'covalent_cloud_gpu gbs'
@@ -15,7 +15,7 @@ jobs:
1515

1616
deploy:
1717
needs: build
18-
uses: ./.github/workflows/deploy-demos.yml
18+
uses: ./.github/workflows/v2-deploy-demos.yml
1919
with:
2020
environment: swc-dev
2121
artifact-name: ${{ needs.build.outputs.artifact-name }}

.github/workflows/deploy-demos.yml renamed to .github/workflows/v2-deploy-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy demos
1+
name: Deploy V2 Demos
22
on:
33
workflow_call:
44
inputs:
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Deploy demos
5656
run: |
57-
python3 .github/workflows/deploy/deploy.py \
57+
python3 .github/workflows/qml_pipeline_v2/deploy.py \
5858
--preview ${{ inputs.preview }} \
5959
_build/pack/*.zip
6060

0 commit comments

Comments
 (0)