Fix incorrect syntax in Github action configuration (#25918)
parent
dd7aaed762
commit
9215676925
|
@ -2,7 +2,7 @@ name: PR Needs Rebase
|
|||
|
||||
on:
|
||||
schedule:
|
||||
cron: '0 * * * *'
|
||||
- cron: '0 * * * *'
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
Loading…
Reference in New Issue