Fix incorrect syntax in Github action configuration (#25918)

th-downstream
Claire 1 year ago committed by GitHub
parent dd7aaed762
commit 9215676925

@ -2,7 +2,7 @@ name: PR Needs Rebase
on:
schedule:
cron: '0 * * * *'
- cron: '0 * * * *'
permissions:
pull-requests: write

Loading…
Cancel
Save