Skip to content

Commit

Permalink
ci: fix workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Nov 21, 2024
1 parent 44c36e9 commit 95bf6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-api.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: [API] Build and publish a Docker image
name: "[API] Build and publish a Docker image"

on:
# Allow manual trigger of the workflow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-bot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: [Bot] Build and publish a Docker image
name: "[Bot] Build and publish a Docker image"

on:
# Allow manual trigger of the workflow
Expand Down

0 comments on commit 95bf6fc

Please sign in to comment.