Merge pull request #280 from PR0M3TH3AN/codex/fix-failing-windows-workflow-in-stress-args-step

Fix Windows stress arg step
This commit is contained in:
thePR0M3TH3AN
2025-07-05 12:24:01 -04:00
committed by GitHub

View File

@@ -72,6 +72,7 @@ jobs:
pip install pip-audit
pip-audit -r requirements.lock
- name: Determine stress args
shell: bash
run: |
if [ "${{ github.event_name }}" = "schedule" ]; then
echo "STRESS_ARGS=--stress" >> $GITHUB_ENV