Skip to content

Commit 7a63afb

Browse files
committed
Run Spring update workflows from main ref
1 parent b28564b commit 7a63afb

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test-spring-boot-rc-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17+
ref: main
1718
fetch-depth: 0
1819
- name: Generate Version File
1920
run: |

.github/workflows/update-spring-cloud-azure-support-file.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
has_open_pr: ${{ steps.check.outputs.has_open_pr }}
2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
ref: main
2325
- name: Check for Existing Open Pull Request
2426
id: check
2527
uses: actions/github-script@v7
@@ -44,6 +46,7 @@ jobs:
4446
steps:
4547
- uses: actions/checkout@v4
4648
with:
49+
ref: main
4750
fetch-depth: 0
4851
- name: Generate Spring Cloud Azure Support File
4952
run: |

.github/workflows/update-spring-dependencies.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
skip_pipeline: ${{ steps.check_prs.outputs.skip_pipeline }}
2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
ref: main
2325
- name: Check for Open Spring Boot Upgrade PRs
2426
id: check_prs
2527
uses: actions/github-script@v7
@@ -44,6 +46,7 @@ jobs:
4446
steps:
4547
- uses: actions/checkout@v4
4648
with:
49+
ref: main
4750
fetch-depth: 0
4851
- name: Generate Version File
4952
run: |

0 commit comments

Comments
 (0)