Skip to content

Commit

Permalink
ci: Don't require secrets in medium e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Dan McPherson <[email protected]>
(cherry picked from commit da7b24a)

# Conflicts:
#	.github/workflows/e2e-nvidia-l4-x1.yml
  • Loading branch information
danmcp authored and mergify[bot] committed Feb 1, 2025
1 parent 405ff22 commit 8a69a7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-nvidia-l4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@ jobs:
- name: Run e2e test
working-directory: ./instructlab
<<<<<<< HEAD
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
=======
>>>>>>> da7b24a (ci: Don't require secrets in medium e2e test)
run: |
. venv/bin/activate
./scripts/e2e-ci.sh -m
Expand Down

0 comments on commit 8a69a7d

Please sign in to comment.