瀏覽代碼

CI: Remove label event types from PR pull workflow

This fix was also applied on obs-studio, as creating a labeled pull
request would trigger this workflow twice otherwise.
PatTheMav 1 年之前
父節點
當前提交
b4a4eb51a8
共有 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, main]
-    types: [ opened, synchronize, reopened, labeled, unlabeled ]
+    types: [ opened, synchronize, reopened ]
 permissions:
   contents: read
 concurrency: