Skip to content

Commit

Permalink
94b1e15-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
liam.lai committed Dec 6, 2024
1 parent 94b1e15 commit b11aa51
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,12 @@ name: docker_publish
on:
push:
branches:
- 'v0.3.x'
- '*'
tags:
- '*'

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: false
run-lint: false

docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
Expand Down

0 comments on commit b11aa51

Please sign in to comment.