Skip to content

Commit

Permalink
chore: ignore missing packages for PRs, Push (canonical#151)
Browse files Browse the repository at this point in the history
Co-authored-by: Cristovao Cordeiro <[email protected]>
  • Loading branch information
2 people authored and gregory-schiano committed Jun 24, 2024
1 parent 4a12287 commit 726b1c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install-slices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,7 @@ jobs:
elif [[ "${{ steps.changed-paths.outputs.slices }}" == "true" ]]; then
# Install slices from changed files.
./install-slices --arch "${{ matrix.arch }}" --release ./ \
--ensure-existence \
--ignore-missing \
${{ steps.changed-paths.outputs.slices_files }}
fi

0 comments on commit 726b1c8

Please sign in to comment.