Fix job names for milestones & GA workflows

This commit is contained in:
Artem Bilan
2023-10-23 10:47:13 -04:00
parent f6d5de83be
commit 97e358690f
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
required: true
jobs:
staging:
release_to_central:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects'
steps:

View File

@@ -11,7 +11,7 @@ on:
required: true
jobs:
staging:
promote_milestone:
runs-on: ubuntu-latest
if: github.repository_owner == 'spring-projects'
steps: