Переглянути джерело

CI: Remove label triggers from pull request workflow

PatTheMav 2 роки тому
батько
коміт
ee530c2f49
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .github/workflows/pr-pull.yaml

+ 1 - 1
.github/workflows/pr-pull.yaml

@@ -6,7 +6,7 @@ on:
     paths-ignore:
       - '**.md'
     branches: [master]
-    types: [ opened, synchronize, reopened, labeled, unlabeled ]
+    types: [ opened, synchronize, reopened ]
 permissions:
   contents: read
 concurrency: