Skip to content

Commit

Permalink
dont run tests twice
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Nov 13, 2024
1 parent 87a86b1 commit 58ddc4a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,6 @@ jobs:
sudo ctr i push --user "${{ github.repository_owner }}:${{ secrets.GHCR_PAT }}" $tag
done
- name: Run integration tests
uses: ./.github/workflows/integration-tests
if: ${{ github.ref == 'refs/heads/main' }}
with:
test_image_tag: ${{ steps.meta.outputs.tags }}
use_local_image: true
github_token: ${{ secrets.GHCR_PAT }}
huggingface_token: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}

- name: Create and push soci index
env:
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 58ddc4a

Please sign in to comment.