Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/openhands-autofix-ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: OpenHands Auto-Fix CI Failures

on:
# Fire when a workflow run on a PR finishes and fails. Update the list below to
# match your primary CI workflow names.
# Fire when a workflow run on a PR finishes and fails.
# Add any workflow names you want auto-fix to monitor:
workflow_run:
workflows:
- CI
- Test
- Build and Test
# - Test
# - Build and Test
types:
- completed
# Allow manual runs for testing or ad-hoc fixes.
Expand Down