Skip to content

Commit 82af8ae

Browse files
remove conditional check for missing dependencies
1 parent 2b758a6 commit 82af8ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/newbuild.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ jobs:
141141
path: /tmp/missing
142142
- name: Collect Deps-to-Build from Missing Markers
143143
id: deps-to-build
144-
if: steps.check-missing.outputs.exists == 'true'
145144
run: |
146145
deps="$(find /tmp/missing -name "*.json" -exec cat {} \; | jq -c -s '.')"
147146
echo "deps=$deps" | tee -a $GITHUB_OUTPUT

0 commit comments

Comments
 (0)