Skip to content

Commit b2c4f48

Browse files
authored
chore(ci): reenable rerun-check job (#10653)
This was accidentally disabled in #10629
1 parent 12473c8 commit b2c4f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ jobs:
10621062
actions: write
10631063
needs:
10641064
- merge-check
1065-
if: github.event.pull_request.draft == false && !cancelled() && !true
1065+
if: github.event.pull_request.draft == false && !cancelled()
10661066
steps:
10671067
- name: Check for Rerun
10681068
env:

0 commit comments

Comments
 (0)