Skip to content

Commit 1f94fa1

Browse files
committed
test: bump cluster template branch
BB-9946
1 parent 396dfc9 commit 1f94fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
with:
3737
repository: open-craft/phd-cluster-template
38-
ref: main
38+
ref: kaustav/update_workflow
3939
path: workflow-scripts
4040

4141
- name: Setup Python

cluster-template/phd-{{cookiecutter.cluster_slug_normalized}}-cluster/.github/workflows/update-instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
contents: write
2424
name: Update Instance
25-
uses: open-craft/phd-cluster-template/.github/workflows/update-instance.yml@main
25+
uses: open-craft/phd-cluster-template/.github/workflows/update-instance.yml@kaustav/update_workflow
2626
secrets:
2727
SSH_PRIVATE_KEY: "${{ secrets.SSH_PRIVATE_KEY }}"
2828
with:

0 commit comments

Comments
 (0)