Skip to content

Commit

Permalink
fix: jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
loboda4450 committed Sep 4, 2024
1 parent 59bbb7e commit 1b28516
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-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
IMAGE: voltaserve/language

jobs:
build_and_push:
build:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-webdav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
IMAGE: voltaserve/webdav

jobs:
build_and_push:
build:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 1b28516

Please sign in to comment.