Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 97e3586

Browse files
committed
Fix job names for milestones & GA workflows
1 parent f6d5de8 commit 97e3586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/promote-ga-to-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
required: true
1212

1313
jobs:
14-
staging:
14+
release_to_central:
1515
runs-on: ubuntu-latest
1616
if: github.repository_owner == 'spring-projects'
1717
steps:

.github/workflows/promote-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
required: true
1212

1313
jobs:
14-
staging:
14+
promote_milestone:
1515
runs-on: ubuntu-latest
1616
if: github.repository_owner == 'spring-projects'
1717
steps:

0 commit comments

Comments
 (0)