Skip to content

Commit

Permalink
Fixed a job name in the GitHub Workflow to build the project
Browse files Browse the repository at this point in the history
Removed the text prefix `xxx` from the name of a job
in the GitHub Workflow.
  • Loading branch information
obfischer committed Dec 6, 2024
1 parent 976ac55 commit 1858243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-and-test:
name: 'xxxBuild and Test'
name: 'Build and Test'
strategy:
matrix:
version: [22, 23]
Expand Down

0 comments on commit 1858243

Please sign in to comment.