Skip to content

Commit

Permalink
chore(ci): reenable rerun-check job (#10653)
Browse files Browse the repository at this point in the history
This was accidentally disabled in
#10629
  • Loading branch information
TomAFrench authored Dec 12, 2024
1 parent 12473c8 commit b2c4f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ jobs:
actions: write
needs:
- merge-check
if: github.event.pull_request.draft == false && !cancelled() && !true
if: github.event.pull_request.draft == false && !cancelled()
steps:
- name: Check for Rerun
env:
Expand Down

0 comments on commit b2c4f48

Please sign in to comment.