Explorar el Código

build: remove schedule from PR metadata job

It shouldn't have touched non-PR issues, but it did
Jakob Borg hace 4 meses
padre
commit
8094b459e4
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      .github/workflows/pr-metadata.yaml

+ 0 - 3
.github/workflows/pr-metadata.yaml

@@ -7,12 +7,9 @@ on:
       - reopened
       - edited
       - synchronize
-  schedule:
-    - cron: "42 7 * * *"
 
 permissions:
   contents: read
-  issues: write
   pull-requests: write
 
 jobs: