Skip to content

Commit 51015d5

Browse files
committed
Do not look for README file in redist dir
1 parent dc9f120 commit 51015d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/Verify.Redist.Update.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ jobs:
4949
;;
5050
esac
5151
52-
echo "Checking directory: $REDIST_DIR"
53-
if [[ ! -f "$REDIST_DIR/README.md" ]]; then
54-
echo "Missing README.md file in $REDIST_DIR!"
55-
exit 1
56-
fi
57-
5852
- name: Auto-approve PR
5953
if: success() && env.ALLOW_AUTO_MERGE_REDIST_PR != 'true' && github.actor == 'sunnamed434'
6054
uses: hmarr/auto-approve-action@v4

0 commit comments

Comments
 (0)