Skip to content

Commit eab0a9d

Browse files
authored
Update release branch CI to trigger manually (#10445)
Updates a condition from #10438 to trigger historical release CI on manual trigger, not just the schedule.
1 parent 0ca6d4f commit eab0a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cron-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
name: Trigger release branch CI weekly
5151
env:
5252
GH_TOKEN: ${{ github.token }}
53-
if: github.event.schedule == '34 2 * * 1'
53+
if: "github.event.schedule == '34 2 * * 1' || !github.event.schedule"

0 commit comments

Comments
 (0)