Remove poetry.lock (#737)
Co-authored-by: Remi <remi.cadene@huggingface.co>
This commit is contained in:
7
.github/workflows/test-docker-build.yml
vendored
7
.github/workflows/test-docker-build.yml
vendored
@@ -32,14 +32,11 @@ jobs:
|
||||
files: docker/**
|
||||
json: "true"
|
||||
|
||||
- name: Run step if only the files listed above change
|
||||
- name: Run step if only the files listed above change # zizmor: ignore[template-injection]
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
id: set-matrix
|
||||
env:
|
||||
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||
run: |
|
||||
echo "matrix=${ALL_CHANGED_FILES}" >> $GITHUB_OUTPUT
|
||||
|
||||
echo "matrix=${{ steps.changed-files.outputs.all_changed_files}}" >> $GITHUB_OUTPUT
|
||||
|
||||
build_modified_dockerfiles:
|
||||
name: Build modified Docker images
|
||||
|
||||
Reference in New Issue
Block a user