소스 검색

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: