Skip to content

Commit

Permalink
Only use sha tag for running int tests (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh authored Nov 12, 2024
1 parent 429520c commit 9358d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ jobs:

- name: Run integration tests
uses: ./.github/workflows/integration-tests
if: ${{ github.ref == 'refs/heads/main' }}
with:
test_image_tag: ${{ steps.meta.outputs.tags }}
test_image_tag: ${{ steps.meta.outputs.tags[0] }}
use_local_image: true
github_token: ${{ secrets.GHCR_PAT }}
huggingface_token: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
Expand Down

0 comments on commit 9358d0b

Please sign in to comment.