Skip to content

Commit be7f08d

Browse files
committed
Revert "fix: r"
This reverts commit 055adc1.
1 parent 055adc1 commit be7f08d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/backport.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Auto Backport from Upstream
22

33
on:
4-
schedule:
5-
- cron: "*/30 * * * *"
4+
# schedule:
5+
# - cron: "*/30 * * * *"
6+
push:
7+
branches:
8+
- feat/add_backport_ci
69
workflow_dispatch:
710
inputs:
811
force_sync:

0 commit comments

Comments
 (0)