Skip to content

Commit

Permalink
Fix need
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Apr 7, 2024
1 parent 45c3565 commit b8cb10c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: |
echo "last_tag=${{ steps._tmp_last_tag.outputs.value }}" >> $GITHUB_OUTPUT
run-test:
test:
needs: [ vars ]
name: Run test
uses: ./.github/workflows/test.yaml

build-and-push:
needs: [ vars, lint-dockerfile, lint-entrypoint ]
needs: [ vars, test ]
name: Build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b8cb10c

Please sign in to comment.