diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d3fb834..6c74613e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,6 @@ jobs: env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} run: | - set -euxo pipefail echo $ALL_CHANGED_FILES crates_changed="$(echo $ALL_CHANGED_FILES | grep crates | cut -d / -f 2)" has_detect_target_changed="$(echo $crates_changed | grep -q detect-targets && echo true)"