Skip to content

Commit

Permalink
ci: Changed Steps Names
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 4, 2024
1 parent df3eacf commit a4fef97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php83.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Benchmarking
run: phpbench run tests/webfiori/benchmark --report=default
release_staging:
name: Publish Beta
name: Prepare Beta Release Branch
needs:
- "test"
- "coding_standards_check"
Expand All @@ -135,7 +135,7 @@ jobs:
manifest-file: .release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
release_prod:
name: Publish Production
name: Prepare Production Release Branch
needs:
- "test"
- "coding_standards_check"
Expand Down

0 comments on commit a4fef97

Please sign in to comment.