Skip to content

Commit

Permalink
Update .github/workflows/e2e-nvidia-t4-x1.yml
Browse files Browse the repository at this point in the history
Co-authored-by: BJ Hargrave <[email protected]>
Signed-off-by: Khaled Sulayman <[email protected]>
  • Loading branch information
khaledsulayman and bjhargrave authored Sep 11, 2024
1 parent e1b7852 commit f982a6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-nvidia-t4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
- main
- release-*
paths:
- files~=\.py$
- files=pyproject.toml
- files=^requirements.*\.txt$
- files=.github/workflows/e2e-nvidia-t4-x1.yml # This workflow
- **.py

Check failure on line 11 in .github/workflows/e2e-nvidia-t4-x1.yml

View workflow job for this annotation

GitHub Actions / actionlint

could not parse as YAML: yaml: line 11: did not find expected alphabetic or numeric character
- pyproject.toml
- requirements**.txt
- .github/workflows/e2e-nvidia-t4-x1.yml # This workflow
pull_request_target:
types:
- opened
Expand Down

0 comments on commit f982a6b

Please sign in to comment.