浏览代码

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