Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 4, 2024
1 parent 5527e7d commit 755d0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.4.0
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@hiep/fix-private-go-repo
with:
run-unit-tests: true
run-integration-tests: true
Expand All @@ -20,7 +20,7 @@ jobs:

docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.4.0
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@hiep/fix-private-go-repo
secrets: inherit
with:
publish: true
Expand Down

0 comments on commit 755d0ef

Please sign in to comment.