We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa1690 commit b31d177Copy full SHA for b31d177
.github/workflows/release.yml
@@ -943,15 +943,8 @@ jobs:
943
944
if [ "$SCAN_COMPLETE" != "true" ]; then
945
# Script files (sh, ps1) are low-priority in VT queue — warn but don't block
946
- case "$BASENAME" in
947
- *.sh|*.ps1)
948
- echo "WARNING: $BASENAME scan did not complete within 120 minutes (script files are low-priority in VT)"
949
- ;;
950
- *)
951
- echo "BLOCKED: $BASENAME scan did not complete within 120 minutes!"
952
- echo "FAIL" >> /tmp/vt_gate_fail
953
954
- esac
+ echo "BLOCKED: $BASENAME scan did not complete within 120 minutes!"
+ echo "FAIL" >> /tmp/vt_gate_fail
955
fi
956
done
957
0 commit comments