소스 검색

github: disable CodeQL scan for pull requests [skip ci]

job is failling due to "java.io.IOException: No space left on device"
Victor Seva 1 년 전
부모
커밋
70ff7c298f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      .github/workflows/codeql.yml

+ 0 - 2
.github/workflows/codeql.yml

@@ -1,8 +1,6 @@
 name: "CodeQL"
 
 on:
-  pull_request:
-    branches: [ "master" ]
   schedule:
     - cron: "30 0 * * *"
   # Allows you to run this workflow manually from the Actions tab