Skip to content

Commit

Permalink
fix: reusable path
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed May 6, 2024
1 parent d72514b commit 91fd282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/argilla-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

build_server_docker_image:
name: Build Argilla server docker image
uses: ./.github/workflows/argilla-server.build-and-push-docker-image.yml
uses: ./.github/workflows/argilla-server.build-docker-image.yml
if: github.event_name == 'pull_request' && github.event.pull_request.draft == false
needs:
- build
Expand Down

0 comments on commit 91fd282

Please sign in to comment.