build: remove schedule from PR metadata job
It shouldn't have touched non-PR issues, but it did
This commit is contained in:
@@ -7,12 +7,9 @@ on:
|
||||
- reopened
|
||||
- edited
|
||||
- synchronize
|
||||
schedule:
|
||||
- cron: "42 7 * * *"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user